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 30f3f02 commit 78a64e5Copy full SHA for 78a64e5
.github/workflows/pypi-release.yml
@@ -78,6 +78,6 @@ jobs:
78
79
- name: Publish to PyPI
80
if: startsWith(github.ref, 'refs/tags')
81
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
82
with:
83
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments