We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c703188 commit eb0acbbCopy full SHA for eb0acbb
.github/workflows/publish.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Publish distribution package to PyPI
64
id: publish
65
if: startsWith(github.ref, 'refs/tags')
66
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
67
- name: Install pyproject-parser
68
id: install_pyproject_parser
69
run: |
0 commit comments