We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f778a0f commit 1425262Copy full SHA for 1425262
.github/workflows/create-release.yml
@@ -69,7 +69,7 @@ jobs:
69
SIGNER_IDENTITY: "https://github.com/${{ github.workflow_ref }}"
70
71
- name: Inspect PEP 740 attestations
72
- run: pypi-attestations inspect dist/*
+ run: pypi-attestations inspect dist/*.publish.attestation
73
74
- name: Prepare attestation bundles for uploading
75
run: |
0 commit comments