We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a22acb + f9365db commit f35a9d6Copy full SHA for f35a9d6
.github/workflows/pypi.yml
@@ -31,7 +31,7 @@
31
release-test-pypi:
32
name: Publish in-dev package to test.pypi.org
33
environment: release-test-pypi
34
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.ref == 'refs/tags/**.dev*'
35
runs-on: ubuntu-latest
36
needs: build-package
37
0 commit comments