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 d4929f8 commit 9e3e45aCopy full SHA for 9e3e45a
.github/workflows/test_n_pub.yml
@@ -90,13 +90,13 @@ jobs:
90
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91
92
# - name: Publish distribution 📦 to Test PyPI
93
- # uses: pypa/gh-action-pypi-publish@master
+ # uses: pypa/gh-action-pypi-publish@release/v1
94
# with:
95
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
96
# repository_url: https://test.pypi.org/legacy/
97
# skip_existing: true
98
99
- name: Publish distribution 📦 to PyPI
100
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
101
with:
102
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments