Skip to content

Commit 0c240d8

Browse files
committed
push to pypi
1 parent 29be009 commit 0c240d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
needs: [build_wheels, build_sdist]
9494

9595
# upload to PyPI on every tag starting with 'v'
96-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
96+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
9797

9898
environment:
9999
name: pypi

0 commit comments

Comments
 (0)