We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f155a93 + 368dafd commit 8e26121Copy full SHA for 8e26121
.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@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
+ uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
50
with:
51
user: __token__
52
password: ${{ secrets.pypi_password }}
0 commit comments