Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add GitHub artifact attestations to package distribution #2473

Merged
merged 4 commits into from
May 16, 2024

Commits on May 16, 2024

  1. ci: Add GitHub artifact attestations to package distribution

    * Add generation of GitHub artifact attestations to built sdist and wheel
      before upload.
      c.f.:
       - https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/
       - https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds
    * Add verification of artifact attestation before publishing to PyPI
      using the 'gh attestation verify' CLI API, added in v2.49.0.
       - c.f. https://github.com/cli/cli/releases/tag/v2.49.0
    matthewfeickert committed May 16, 2024
    Configuration menu
    Copy the full SHA
    334f7cf View commit details
    Browse the repository at this point in the history
  2. DEBUG: RUN ON PUSH

    matthewfeickert committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2e1aab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e298fa7 View commit details
    Browse the repository at this point in the history
  4. revert debug changes

    matthewfeickert committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1b0191c View commit details
    Browse the repository at this point in the history