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 b7c033fCopy full SHA for b7c033f
.github/workflows/publish.yml
@@ -43,10 +43,10 @@ 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/
50
- name: Publish package
51
- if: github.event_name == "release"
+ if: github.event_name == 'release'
52
0 commit comments