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 1533bb7 commit 1f4dfdbCopy full SHA for 1f4dfdb
1 file changed
.github/workflows/publish.yml
@@ -53,6 +53,7 @@ jobs:
53
54
publish-to-testpypi:
55
name: Publish Python 🐍 distribution 📦 to TestPyPI
56
+ if: startsWith(github.ref, 'refs/tags/')
57
needs:
58
- build
59
runs-on: ubuntu-latest
@@ -73,4 +74,4 @@ jobs:
73
74
- name: Publish distribution 📦 to TestPyPI
75
uses: pypa/gh-action-pypi-publish@release/v1
76
with:
- repository-url: https://test.pypi.org/legacy/
77
+ repository-url: https://test.pypi.org/legacy/
0 commit comments