From e9303b8a95034e57c300904f0f806135a7bf5925 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sun, 2 Jun 2024 06:31:34 +0300 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a3e9cb6..fb40853 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,18 +3,12 @@ # # maturin generate-ci github # -name: CI +name: PyPI on: - push: - branches: - - main - - master - tags: - - '*' - pull_request: - workflow_dispatch: - + release: + types: [published] + permissions: contents: read