We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b96c4cf + a387435 commit 55a2c1cCopy full SHA for 55a2c1c
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Publish distribution 📦 to PyPI
42
if: startsWith(github.ref, 'refs/tags')
43
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
44
with:
45
user: __token__
46
password: ${{ secrets.pypi_password }}
0 commit comments