Skip to content

Commit 84b8838

Browse files
authored
Merge pull request #8 from lsst-sqre/tickets/DM-47489/pin-gh-action-pypi-publish
DM-47489: Pin `gh-action-pypi-publish` to v1.11.0
2 parents f61e98a + b29c0e7 commit 84b8838

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yaml

Lines changed: 3 additions & 1 deletion
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)