diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a74488f94..fa64b684d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,10 @@ on: concurrency: group: ${{ github.event_name }}_${{ github.ref_name }} +permissions: + contents: read + id-token: write + jobs: # Build and verify wheels build: