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.
1 parent c8b4ae3 commit 96a89eeCopy full SHA for 96a89ee
.github/workflows/tests+pypi.yml
@@ -146,8 +146,8 @@ jobs:
146
name: dist
147
path: dist
148
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
149
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@unstable/v1
150
with:
151
repository_url: https://test.pypi.org/legacy/
152
- if: startsWith(github.ref, 'refs/tags')
153
0 commit comments