We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b5ec1 commit a2bfa25Copy full SHA for a2bfa25
1 file changed
.github/workflows/cd.yml
@@ -406,12 +406,9 @@ jobs:
406
name: Publish to PyPI or TestPyPI
407
environment: release
408
permissions:
409
- # Required by OIDC to publish to PyPI and by Sigstore to sign artifacts
410
- id-token: write
411
- # Required to upload artifacts to a GitHub release identifier
412
- contents: write
413
- # For GHA Attestations
414
- attestations: write
+ id-token: write # Required by OIDC to publish to PyPI and by Sigstore to sign artifacts
+ contents: write # Required to upload signed artifacts to a GitHub release
+ attestations: write # Required to generate build provenance attestations
415
runs-on: ubuntu-latest
416
if: github.event_name == 'release' && github.event.action == 'published'
417
0 commit comments