We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fabb2a commit 4516cefCopy full SHA for 4516cef
.github/workflows/publish-to-pypi.yml
@@ -54,6 +54,6 @@ jobs:
54
55
- name: Publish to PyPI
56
if: startsWith(github.ref, 'refs/tags')
57
- uses: pypa/gh-action-pypi-publish@v1.8.12
+ uses: pypa/gh-action-pypi-publish@v1.9.0
58
with:
59
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments