Skip to content

Commit 653fff6

Browse files
Fix: Roll back to pypa v1.11.0 (#278)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9658221 commit 653fff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/pypi-publish-action/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ runs:
179179
# Currently it causes failures, and will need careful testing
180180
# Also, be cautious pinning v1.12.x to a SHA commit value:
181181
# https://github.com/pypa/gh-action-pypi-publish/discussions/287
182-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
182+
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
183183
# yamllint disable-line rule:line-length
184184
if: env.publish_method == 'Trusted Publishing' && inputs.publish_disable == 'false'
185185
with:

0 commit comments

Comments
 (0)