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 4e64075 commit 1f35bc3Copy full SHA for 1f35bc3
source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml
@@ -29,12 +29,12 @@ jobs:
29
.
30
# Actually publish to PyPI/TestPyPI
31
- name: Publish distribution 📦 to Test PyPI
32
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
33
with:
34
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
35
repository_url: https://test.pypi.org/legacy/
36
- name: Publish distribution 📦 to PyPI
37
if: startsWith(github.ref, 'refs/tags')
38
39
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments