We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e0de1 commit 3353862Copy full SHA for 3353862
.github/workflows/create-release.yml
@@ -73,6 +73,8 @@ jobs:
73
74
- name: Inspect PEP 740 attestations
75
run: |
76
+ # resolution fails without betterproto and protobuf-specs
77
+ uv pip install "pypi-attestations==0.0.12" "sigstore-protobuf-specs==0.3.2" "betterproto==2.0.0b6"
78
python -m pypi_attestations inspect dist/*.publish.attestation
79
80
- name: Prepare attestation bundles for uploading
0 commit comments