Skip to content

Commit

Permalink
Fix pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adosar committed Oct 2, 2024
1 parent b43b28e commit 5dbfde8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
path: dist/

publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
if: startsWith(github.ref, "refs/tags/") # only publish to PyPI on tag pushes
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 5dbfde8

Please sign in to comment.