We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95f1496 + 15a604e commit 9a4069fCopy full SHA for 9a4069f
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Publish distribution 📦 to PyPI
48
if: startsWith(github.ref, 'refs/tags')
49
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
50
with:
51
user: __token__
52
password: ${{ secrets.pypi_password }}
0 commit comments