We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89030f7 commit f6b77b5Copy full SHA for f6b77b5
1 file changed
.github/workflows/release-python.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Publish package to TestPyPI
44
env:
45
PATH: ${{ github.workspace }}/venv/bin:$PATH
46
- uses: pypa/gh-action-pypi-publish@release/v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.12.4
47
with:
48
repository-url: https://test.pypi.org/legacy/
49
@@ -70,5 +70,5 @@ jobs:
70
path: dist
71
72
- name: Publish package to PyPI
73
74
if: steps.check-tag.outputs.match == 'true'
0 commit comments