Skip to content

Commit b29c0e7

Browse files
committed
DM-47489: Pin gh-action-pypi-publish to v1.11.0
Anything after v1.11.0 breaks invocation from composite actions: pypa/gh-action-pypi-publish#299
1 parent f61e98a commit b29c0e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ runs:
4848
4949
- name: Publish
5050
if: fromJSON(inputs.upload) == true
51-
uses: pypa/gh-action-pypi-publish@release/v1
51+
# Pinned because 1.12 breaks using this in a composite action:
52+
# https://github.com/pypa/gh-action-pypi-publish/issues/299
53+
uses: pypa/[email protected]
5254
with:
5355
packages-dir: ${{ inputs.working-directory }}/dist

0 commit comments

Comments
 (0)