We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de72281 + aef5601 commit cc18e40Copy full SHA for cc18e40
.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@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0
+ uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
50
with:
51
user: __token__
52
password: ${{ secrets.pypi_password }}
0 commit comments