We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98e8f44 + 4068cfd commit 1691463Copy full SHA for 1691463
1 file changed
.github/workflows/pypi-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
working-directory: .
30
run: python -m build
31
- name: Publish a Python distribution to PyPI
32
- uses: pypa/gh-action-pypi-publish@v1.13.0
+ uses: pypa/gh-action-pypi-publish@v1.14.0
33
with:
34
user: __token__
35
password: ${{ secrets.PYPI_API_KEY }}
0 commit comments