Skip to content

Commit

Permalink
Trying to fix pypi upload (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbschneider authored Nov 10, 2024
1 parent 8a7ea3e commit bb55574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
# if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
# needs:
# - build
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit bb55574

Please sign in to comment.