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.
2 parents 4c48951 + 283ec3f commit 3fa4e34Copy full SHA for 3fa4e34
.github/workflows/python-publish.yml
@@ -33,14 +33,14 @@ jobs:
33
34
- name: Publish to Test PyPi
35
if: startsWith(github.ref, 'refs/tags')
36
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
37
with:
38
user: __token__
39
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
40
repository_url: https://test.pypi.org/legacy/
41
- name: Publish to PyPi
42
43
44
45
46
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments