Skip to content

Commit

Permalink
Sign with sigstore
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran committed Apr 25, 2024
1 parent e31000d commit 63ac34e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,12 @@ jobs:
name: Packages
path: dist

- uses: sigstore/[email protected]
with:
upload-signing-artifact: true
inputs: >-
./dist/*.tar.gz
./dist/*.whl
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 63ac34e

Please sign in to comment.