We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6115767 commit ba30f89Copy full SHA for ba30f89
1 file changed
packages/publish-pypi/attestations.ts
@@ -62,7 +62,7 @@ from sigstore.sign import SigningContext
62
def generate_attestations(dist_files):
63
errors = []
64
65
- def get_identity_token() -> IdentityToken:
+ def get_identity_token() -> IdentityToken:
66
# Will raise sigstore.oidc.IdentityError if it fails to get the token
67
# from the environment or if the token is malformed.
68
# NOTE: audience is always sigstore.
0 commit comments