Skip to content

Commit f35a9d6

Browse files
authored
Merge pull request #181 from econchick/fix-pypi-workflow
Only release to Test PyPI with dev tags
2 parents 5a22acb + f9365db commit f35a9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
release-test-pypi:
3232
name: Publish in-dev package to test.pypi.org
3333
environment: release-test-pypi
34-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
34+
if: github.event_name == 'push' && github.ref == 'refs/tags/**.dev*'
3535
runs-on: ubuntu-latest
3636
needs: build-package
3737

0 commit comments

Comments
 (0)