We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7249875 commit 6e7d059Copy full SHA for 6e7d059
.github/workflows/python-ci.yml
@@ -393,7 +393,7 @@ jobs:
393
- name: Generate artifact attestation
394
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # ratchet:actions/attest-build-provenance@v2
395
with:
396
- subject-path: "artifacts-*/*"
+ subject-path: "wheels-*/*"
397
- name: Publish to PyPI
398
if: ${{ startsWith(github.ref, 'refs/tags/') }}
399
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # ratchet:PyO3/maturin-action@v1
0 commit comments