Skip to content

Commit 6e7d059

Browse files
concur1benfdking
authored andcommitted
fix:python release
1 parent 7249875 commit 6e7d059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ jobs:
393393
- name: Generate artifact attestation
394394
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # ratchet:actions/attest-build-provenance@v2
395395
with:
396-
subject-path: "artifacts-*/*"
396+
subject-path: "wheels-*/*"
397397
- name: Publish to PyPI
398398
if: ${{ startsWith(github.ref, 'refs/tags/') }}
399399
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # ratchet:PyO3/maturin-action@v1

0 commit comments

Comments
 (0)