Skip to content

Commit

Permalink
Merge pull request #181 from econchick/fix-pypi-workflow
Browse files Browse the repository at this point in the history
Only release to Test PyPI with dev tags
  • Loading branch information
econchick authored May 20, 2024
2 parents 5a22acb + f9365db commit f35a9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
release-test-pypi:
name: Publish in-dev package to test.pypi.org
environment: release-test-pypi
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/tags/**.dev*'
runs-on: ubuntu-latest
needs: build-package

Expand Down

0 comments on commit f35a9d6

Please sign in to comment.