We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9658221 commit 653fff6Copy full SHA for 653fff6
.github/actions/pypi-publish-action/action.yaml
@@ -179,7 +179,7 @@ runs:
179
# Currently it causes failures, and will need careful testing
180
# Also, be cautious pinning v1.12.x to a SHA commit value:
181
# https://github.com/pypa/gh-action-pypi-publish/discussions/287
182
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
+ uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
183
# yamllint disable-line rule:line-length
184
if: env.publish_method == 'Trusted Publishing' && inputs.publish_disable == 'false'
185
with:
0 commit comments