We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fdc67 commit 1be07ffCopy full SHA for 1be07ff
1 file changed
.github/workflows/publish-to-test-pypi.yml
@@ -36,15 +36,15 @@ jobs:
36
--outdir dist/
37
.
38
- name: Publish distribution 📦 to Test PyPI
39
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
40
with:
41
skip_existing: true
42
user: __token__
43
password: ${{ secrets.TESTNET_PYPI_API_TOKEN }}
44
repository_url: https://test.pypi.org/legacy/
45
- name: Publish distribution 📦 to PyPI
46
if: startsWith(github.ref, 'refs/tags') || github.event.inputs.publish_to_pypi == 'true'
47
48
49
50
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments