We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469fcf5 commit 6b20c10Copy full SHA for 6b20c10
.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/[email protected].10
+ uses: pypa/[email protected].12
58
with:
59
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments