Skip to content

Commit 9006fd6

Browse files
committed
Dont sign releases
1 parent 6b265e7 commit 9006fd6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

-10
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ jobs:
1313

1414
permissions:
1515
# Used to authenticate to PyPI via OIDC.
16-
# Used to sign the release's artifacts with sigstore-python.
1716
id-token: write
1817

19-
# Used to attach signing artifacts to the published release.
20-
contents: write
21-
2218
steps:
2319
- uses: actions/checkout@v3
2420

@@ -31,9 +27,3 @@ jobs:
3127

3228
- name: publish
3329
uses: pypa/gh-action-pypi-publish@release/v1
34-
35-
- name: sign
36-
uses: sigstore/[email protected]
37-
with:
38-
inputs: ./dist/*.tar.gz ./dist/*.whl
39-
release-signing-artifacts: true

0 commit comments

Comments
 (0)