We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8897c10 commit 5195aefCopy full SHA for 5195aef
.github/workflows/pypi-publish.yml
@@ -49,7 +49,7 @@ jobs:
49
find tmpdist/ -type f -name 'bcrypt*' -exec mv {} dist/ \;
50
51
- name: Publish package distributions to PyPI
52
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
53
with:
54
repository-url: ${{ env.PYPI_URL }}
55
skip-existing: true
0 commit comments