Skip to content

Attestation error #415

Description

@davidbrochart

I'm not sure what's going on, but I have an error using this GitHub action here:

  Traceback (most recent call last):
    File "/root/.local/lib/python3.13/site-packages/pypi_attestations/_impl.py", line 207, in sign
      bundle = signer.sign_dsse(stmt)
    File "/root/.local/lib/python3.13/site-packages/sigstore/sign.py", line 208, in sign_dsse
      cert = self._signing_cert()
    File "/root/.local/lib/python3.13/site-packages/sigstore/sign.py", line 125, in _signing_cert
      raise ExpiredIdentity
  sigstore.oidc.ExpiredIdentity
  During handling of the above exception, another exception occurred:
  Traceback (most recent call last):
    File "/app/attestations.py", line 152, in <module>
      main()
      ~~~~^^
    File "/app/attestations.py", line 148, in main
      attest_dist(dist_path, attestation_path, signer)
      ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/app/attestations.py", line 115, in attest_dist
      attestation = Attestation.sign(signer, dist)
    File "/root/.local/lib/python3.13/site-packages/pypi_attestations/_impl.py", line 209, in sign
      raise AttestationError(str(e))
  pypi_attestations._impl.AttestationError

Do you have any ideas?

Metadata

Metadata

Labels

bugSomething isn't workinghelp wantedExtra attention is neededquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions