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 f25e349 commit 5c584aaCopy full SHA for 5c584aa
.github/workflows/publish.yml
@@ -38,11 +38,11 @@ jobs:
38
# Decide target (PyPI vs TestPyPI) based on tag name
39
- name: Publish to TestPyPI (tags ending in -test)
40
if: endsWith(github.ref_name, '-test')
41
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
42
with:
43
repository-url: https://test.pypi.org/legacy/
44
45
- name: Publish to PyPI (normal version tags)
46
if: "!endsWith(github.ref_name, '-test')"
47
48
# no repository-url needed; default is https://upload.pypi.org/legacy/
0 commit comments