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 d249212 commit 3852a78Copy full SHA for 3852a78
.github/workflows/distribution.yml
@@ -56,13 +56,13 @@ jobs:
56
mv artifact/* dist/
57
- name: Publish distribution 📦 to Test PyPI
58
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
59
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
60
with:
61
password: ${{ secrets.test_pypi_password }}
62
repository_url: https://test.pypi.org/legacy/
63
skip_existing: true
64
- name: Publish distribution 📦 to PyPI
65
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
66
67
68
password: ${{ secrets.pypi_password }}
0 commit comments