We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75efa8a commit 0249874Copy full SHA for 0249874
.github/workflows/publish_to_pypi.yml
@@ -24,7 +24,7 @@ jobs:
24
python setup.py sdist
25
- name: Publish package to TestPyPI
26
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
27
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
28
with:
29
user: __token__
30
password: ${{ secrets.test_pypi_password }}
0 commit comments