We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f61e98a + b29c0e7 commit 84b8838Copy full SHA for 84b8838
action.yaml
@@ -48,6 +48,8 @@ runs:
48
49
- name: Publish
50
if: fromJSON(inputs.upload) == true
51
- uses: pypa/gh-action-pypi-publish@release/v1
+ # 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/gh-action-pypi-publish@v1.11.0
54
with:
55
packages-dir: ${{ inputs.working-directory }}/dist
0 commit comments