Skip to content

Commit

Permalink
push to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jun 11, 2024
1 parent 29be009 commit 0c240d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
needs: [build_wheels, build_sdist]

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

environment:
name: pypi
Expand Down

0 comments on commit 0c240d8

Please sign in to comment.