Skip to content

Commit

Permalink
lets just try to get this to upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Dec 5, 2023
1 parent 0aaf08c commit 35b66bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Expand Up @@ -59,7 +59,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:
Expand Down

0 comments on commit 35b66bc

Please sign in to comment.