Skip to content

Commit

Permalink
Try out attestation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 13, 2024
1 parent 925a5b0 commit 6a782e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ env:
SETUPTOOLS_SCM_PRETEND_VERSION: "1.0" # avoid warnings about shallow checkout
UV_SYSTEM_PYTHON: "true" # ensure action can deal with this set

permissions:
id-token: write
attestations: write

jobs:
check-argon2-cffi-bindings:
name: Build & verify the argon2-cffi-bindings package.
Expand Down Expand Up @@ -53,6 +57,7 @@ jobs:
with:
path: structlog
upload-name-suffix: "-structlog"
attest-build-provenance-github: "true"

- run: echo Packages can be found at ${{ steps.baipp.outputs.dist }}

Expand Down

0 comments on commit 6a782e1

Please # to comment.