We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045ddcf commit f3389ecCopy full SHA for f3389ec
.github/workflows/python-package.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build binary wheel and a source tarball
44
run: python setup.py sdist bdist_wheel
45
- name: Publish to PyPI
46
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
47
with:
48
password: ${{ secrets.PYPI_PASSWORD }}
49
repository_url: https://upload.pypi.org/legacy/
0 commit comments