Skip to content
Snippets Groups Projects
Commit efa0ca5b authored by Adam Williamson's avatar Adam Williamson Committed by Adam Williamson
Browse files

Add a sign/GH release job to the release workflow

This is the one from
https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/


again, with an `if` condition added and multilines rewrapped. As
best as I can tell, this should work automagically, we don't need
to "sign up for" sigstore or create any certificates or keys; it
works by creating an ephemeral signing certificate bound to the
identity of whatever GitHub user the workflow runs as (proved by
OIDC), and signing with that.

Signed-off-by: default avatarAdam Williamson <awilliam@redhat.com>
parent 1ce62094
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment