We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e39f06d + 336975a commit 3c0dce0Copy full SHA for 3c0dce0
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.3
+ uses: pypa/gh-action-pypi-publish@v1.12.4
42
with:
43
user: __token__
44
password: ${{ secrets.PYPI_API_KEY }}
0 commit comments