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.
2 parents 13219bb + b6ecbcf commit aa0b88eCopy full SHA for aa0b88e
.github/workflows/updatePypi.yml
@@ -41,7 +41,7 @@ jobs:
41
python -m build
42
43
- name: Publish to PyPI
44
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
45
with:
46
user: __token__
47
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments