We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c41d8 commit 75efa8aCopy full SHA for 75efa8a
.github/workflows/publish_to_pypi.yml
@@ -31,7 +31,7 @@ jobs:
31
repository_url: https://test.pypi.org/legacy/
32
- name: Publish package to PyPI
33
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
35
with:
36
user: __token__
37
password: ${{ secrets.pypi_password }}
0 commit comments