We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2623239 commit 55b24c8Copy full SHA for 55b24c8
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
python setup.py sdist bdist_wheel
41
- name: Publish a Python distribution to PyPI
42
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
43
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
44
with:
45
user: __token__
46
password: ${{ secrets.pypi_password }}
0 commit comments