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 22310b3 commit 4f479beCopy full SHA for 4f479be
.github/workflows/ci.yml
@@ -99,15 +99,15 @@ jobs:
99
100
- name: Publish distribution to Test PyPI
101
if: github.ref == 'refs/heads/master' && env.TEST_PYPI_API_TOKEN != null
102
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
103
with:
104
skip_existing: true
105
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
106
repository_url: https://test.pypi.org/legacy/
107
108
- name: Publish distribution to PyPI
109
if: startsWith(github.ref, 'refs/tags')
110
111
112
113
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments