We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8da97 commit 6da1f36Copy full SHA for 6da1f36
1 file changed
.github/workflows/publish-to-test-pypi.yml
@@ -35,12 +35,12 @@ jobs:
35
--wheel
36
--outdir dist/
37
- name: Publish distribution 📦 to Test PyPI
38
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
39
with:
40
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
41
repository_url: https://test.pypi.org/legacy/
42
- name: Publish distribution 📦 to PyPI
43
if: startsWith(github.ref, 'refs/tags')
44
45
46
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments