We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17f9a5f + 41d5bd4 commit a361040Copy full SHA for a361040
1 file changed
.github/workflows/python-publish.yml
@@ -56,6 +56,6 @@ jobs:
56
retention-days: 7
57
58
- name: Publish distribution to PyPI
59
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
60
with:
61
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments