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.
1 parent 8f21ae4 commit b850286Copy full SHA for b850286
.github/workflows/semantic-release.yaml
@@ -59,11 +59,13 @@ jobs:
59
fi
60
exit $status
61
62
- - name: Sign the release with Sigstore
63
- if: steps.release.outputs.released == 'true'
64
- uses: sigstore/gh-action-sigstore-python@v3.0.0
65
- with:
66
- inputs: dist/*
+ # Wait for the outcome of
+ # https://github.com/pypa/gh-action-pypi-publish/issues/357
+ #- name: Sign the release with Sigstore
+ # if: steps.release.outputs.released == 'true'
+ # uses: sigstore/gh-action-sigstore-python@v3.0.0
67
+ # with:
68
+ # inputs: dist/*
69
70
- name: Publish package distributions to PyPI
71
if: steps.release.outputs.released == 'true'
0 commit comments