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.
1 parent 57e81ae commit 56a64cfCopy full SHA for 56a64cf
.github/workflows/python-packaging.yml
@@ -193,7 +193,7 @@ jobs:
193
run: pipx run twine check dist/*
194
- name: Publish to PyPI
195
if: startsWith(github.ref, 'refs/tags/')
196
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
197
with:
198
attestations: true
199
skip-existing: true
0 commit comments