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 9c40927 commit 41c98f6Copy full SHA for 41c98f6
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
tox -e build
45
- name: Publish package (TestPyPI)
46
- if: github.event_name != "release" && github.event_name == "push" && startsWith(github.ref, "refs/tags")
+ if: github.event_name == "push"
47
uses: pypa/gh-action-pypi-publish@release/v1
48
with:
49
repository-url: https://test.pypi.org/legacy/
0 commit comments