We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec1f52 commit c1e2af9Copy full SHA for c1e2af9
.github/workflows/release-python.yml
@@ -42,11 +42,11 @@ jobs:
42
path: dist
43
44
- name: Publish package to TestPyPI
45
- uses: pypa/gh-action-pypi-publish@release/v1.12
+ uses: pypa/gh-action-pypi-publish@release-v1
46
with:
47
user: __token__
48
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
49
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
50
51
upload_pypi:
52
needs: [build_sdist]
@@ -66,7 +66,7 @@ jobs:
66
name: artifact
67
68
- name: Publish package to PyPI
69
70
if: steps.check-tag.outputs.match == 'true'
71
72
0 commit comments