Skip to content

Commit

Permalink
fix wheel workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort authored and sgherbst committed Jul 12, 2024
1 parent 60f2bb9 commit e226e36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published' && !contains(github.event.release.body, 'NOPUBLISH')

permissions:
contents: write

steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit e226e36

Please sign in to comment.