We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a028624 commit 1f456a4Copy full SHA for 1f456a4
.github/workflows/pypi-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
rm -fr ${distrib}
38
popd >/dev/null || exit
39
- name: Publish a Python distribution to PyPI
40
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
41
with:
42
user: __token__
43
password: ${{ secrets.PYPI_API_KEY }}
0 commit comments