Skip to content

Commit

Permalink
Draft: CI: enabling upload of sigstore signing artifacts & auto-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Dec 16, 2024
1 parent bca0695 commit 445e714
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,7 @@ jobs:
# Doc: https://github.com/marketplace/actions/gh-action-sigstore-python
with:
inputs: ./dist/*.tar.gz ./dist/*.whl
# For this setting to work, this pipeline should be triggered by a "release" event:
release-signing-artifacts: true
upload-signing-artifacts: true
verify: true
verify-oidc-issuer: https://github.com/login/oauth
verify-cert-identity: ?

0 comments on commit 445e714

Please sign in to comment.