We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6668347 commit 7e855aeCopy full SHA for 7e855ae
1 file changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Build binary wheel and a source tarball
39
run: python setup.py sdist
40
- name: Publish a Python distribution to PyPI
41
- uses: pypa/gh-action-pypi-publish@release
+ uses: pypa/gh-action-pypi-publish@release/v1
42
with:
43
user: __token__
44
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments