Skip to content

Commit

Permalink
ci: Ensure attestations for awkward-cpp sdist and wheels (#3135)
Browse files Browse the repository at this point in the history
* awkward-cpp's sdists are named 'awkward-cpp-*.tar.gz' while the wheels
  are named 'awkward_cpp-*.whl', so to ensure that both the sdist and
  wheels get attestations use a wildcard to capture both '-' and '_'.
* Amends PR 3126.
  • Loading branch information
matthewfeickert authored May 28, 2024
1 parent 45c708d commit 53dc0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Generate artifact attestation for sdist and wheel
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
with:
subject-path: "dist/awkward-cpp-*"
subject-path: "dist/awkward*cpp-*"

- uses: pypa/[email protected]

0 comments on commit 53dc0e2

Please sign in to comment.