Skip to content

Commit

Permalink
do not need tags to push to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanBassiouny committed Jun 7, 2024
1 parent a53a89d commit f509287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
publish-to-pypi:
name: >-
Publish Python distribution to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
# if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit f509287

Please sign in to comment.