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 c1d62f1 commit 2fb876aCopy full SHA for 2fb876a
.github/workflows/release.yml
@@ -60,6 +60,7 @@ jobs:
60
merge-multiple: true
61
62
- name: publish to Test PyPI
63
+ if: github.event_name == 'release' && github.event.action == 'published'
64
uses: pypa/[email protected]
65
with:
66
repository-url: https://test.pypi.org/legacy/
0 commit comments