We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc47cc commit 396d5a7Copy full SHA for 396d5a7
.github/workflows/release-python.yml
@@ -41,7 +41,7 @@ jobs:
41
path: dist
42
43
- name: Publish package to TestPyPI
44
- uses: pypa/gh-action-pypi-publish@release-v1
+ uses: pypa/gh-action-pypi-publish@release/v1
45
with:
46
user: __token__
47
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
@@ -65,7 +65,7 @@ jobs:
65
name: artifact
66
67
- name: Publish package to PyPI
68
69
if: steps.check-tag.outputs.match == 'true'
70
71
0 commit comments