Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 63ac34e

Browse files
committed
Sign with sigstore
Signed-off-by: Christian Heimes <[email protected]>
1 parent e31000d commit 63ac34e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pypi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,12 @@ jobs:
7676
name: Packages
7777
path: dist
7878

79+
- uses: sigstore/[email protected]
80+
with:
81+
upload-signing-artifact: true
82+
inputs: >-
83+
./dist/*.tar.gz
84+
./dist/*.whl
85+
7986
- name: Upload to PyPI
8087
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)