We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8277112 + fe4d8b4 commit d64d79eCopy full SHA for d64d79e
1 file changed
.github/workflows/pypi-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
rm -fr ${distrib}
39
popd >/dev/null || exit
40
- name: Publish a Python distribution to PyPI
41
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1.12.3
42
with:
43
user: __token__
44
password: ${{ secrets.PYPI_API_KEY }}
0 commit comments