Skip to content

Commit 6375fc8

Browse files
authored
Update build_wheels.yml
1 parent 135d5c1 commit 6375fc8

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)