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 12d5e61 commit c8e6c9aCopy full SHA for c8e6c9a
.github/workflows/deploy.yml
@@ -38,14 +38,14 @@ jobs:
38
.
39
40
- name: Publish distribution 📦 to Test PyPI
41
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
42
with:
43
skip_existing: true
44
password: ${{ secrets.test_pypi_password }}
45
repository_url: https://test.pypi.org/legacy/
46
47
- name: Publish distribution 📦 to PyPI
48
if: startsWith(github.ref, 'refs/tags')
49
50
51
password: ${{ secrets.pypi_password }}
0 commit comments