You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up from #2247, the examples on the Sigstore information page (https://python.org/download/sigstore) only references being able to verify .crt and .sig files, where now new releases have a singular Sigstore bundle file .sigstore that should be verified with --bundle <FILE>.
Since there are releases out there with both flavors of verification material, we'll need to give the user instructions on which method to use based on which materials are available.
I was going to make the contribution to fix this myself, but I was unable to grep the Sigstore Information page header anywhere in this project or under the python org in GitHub. Maybe my search skills or GitHub is failing here somehow, but where is the source code for the page in question?