Skip to content

Commit 51ebe7b

Browse files
authored
Merge pull request #9 from lias-laboratory/quentinhaenn-patch-1
Update build_wheels.yml
2 parents 135d5c1 + 6375fc8 commit 51ebe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
environment: pypi
5454
permissions:
5555
id-token: write
56-
if: github.event_name == 'release' && github.event.action == 'published'
56+
#if: github.event_name == 'release' && github.event.action == 'published'
5757
# or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
5858
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
5959
steps:

0 commit comments

Comments
 (0)