Skip to content

Commit

Permalink
Add missing permission to release action (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci authored Oct 17, 2024
1 parent 29e2c1e commit ace3621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
if: ${{ github.event_name == 'workflow_dispatch' }}
needs: [linux, musllinux, windows, macos, sdist]
steps:
Expand Down

0 comments on commit ace3621

Please sign in to comment.