Skip to content

Commit

Permalink
trying to get testpypi publishing to work
Browse files Browse the repository at this point in the history
  • Loading branch information
pirsquared committed Jun 14, 2024
1 parent 8dee88f commit 48c846e
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 @@ -30,6 +30,7 @@ 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 All @@ -51,7 +52,6 @@ jobs:
publish-to-testpypi:
name: >-
Publish Python 🐍 distribution 📦 to TestPyPI
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 48c846e

Please sign in to comment.