Skip to content

Commit 3de940a

Browse files
committed
workflows/release: switch to attestations
Signed-off-by: William Woodruff <[email protected]>
1 parent 4d9b161 commit 3de940a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,5 @@ jobs:
3333

3434
- name: publish
3535
uses: pypa/gh-action-pypi-publish@release/v1
36-
37-
- name: sign
38-
uses: sigstore/[email protected]
3936
with:
40-
inputs: ./dist/*.tar.gz ./dist/*.whl
41-
release-signing-artifacts: true
37+
attestations: true

0 commit comments

Comments
 (0)