Skip to content

Commit

Permalink
Still try to fix PyPI upload (#55)
Browse files Browse the repository at this point in the history
* Trying to fix pypi upload

* Try to fix pypi
  • Loading branch information
stefanbschneider authored Nov 10, 2024
1 parent bb55574 commit b513bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ 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
runs-on: ubuntu-latest
Expand Down

0 comments on commit b513bbe

Please sign in to comment.