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 7e144ad commit 367588eCopy full SHA for 367588e
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
.
37
- name: Publish distribution 📦 to PyPI
38
if: startsWith(github.ref, 'refs/tags')
39
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
40
with:
41
password: ${{ secrets.pypi_password }}
42
verbose: true
0 commit comments