Skip to content

Commit 53dc0e2

Browse files
ci: Ensure attestations for awkward-cpp sdist and wheels (#3135)
* 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.
1 parent 45c708d commit 53dc0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Generate artifact attestation for sdist and wheel
3838
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
3939
with:
40-
subject-path: "dist/awkward-cpp-*"
40+
subject-path: "dist/awkward*cpp-*"
4141

4242
- uses: pypa/[email protected]

0 commit comments

Comments
 (0)