We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77ad63 commit c38d86dCopy full SHA for c38d86d
1 file changed
.github/workflows/release-wheels.yml
@@ -229,8 +229,8 @@ jobs:
229
permissions:
230
# Use to sign the release artifacts
231
id-token: write
232
- # Used to upload release artifacts
233
- contents: write
+ # necessary to create the artifact storage record.
+ artifact-metadata: write
234
# Used to generate artifact attestation
235
attestations: write
236
environment: release
0 commit comments