Skip to content

Commit

Permalink
Another attempted attest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed May 4, 2024
1 parent 05eac69 commit 8613af6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:
CIBW_TEST_SKIP: "*:arm64"

- id: attest
name: Attest Build Provenance
uses: actions/attest-build-provenance@v1
with:
subject-path: "./wheelhouse/*.whl"
name: Attest Build Provenance
uses: actions/attest-build-provenance@v1
with:
subject-path: "./wheelhouse/*.whl"

- uses: actions/upload-artifact@v4
name: Upload repaired wheels as artifact
Expand Down

0 comments on commit 8613af6

Please sign in to comment.