From 6375fc8ffbcf23939674b66b49d8156b087ff246 Mon Sep 17 00:00:00 2001 From: Quentin Haenn <83473151+quentinhaenn@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:25:09 +0100 Subject: [PATCH] Update build_wheels.yml --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 80a3c17..f85274c 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -53,7 +53,7 @@ jobs: environment: pypi permissions: id-token: write - if: github.event_name == 'release' && github.event.action == 'published' + #if: github.event_name == 'release' && github.event.action == 'published' # or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this) #if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: