Skip to content

Commit

Permalink
Add missing permission for release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Oct 14, 2023
1 parent edb4447 commit b2d83ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:
name: Build ${{ matrix.only }}

strategy:
fail-fast: false
matrix:
include: ${{ fromJson(needs.build_wheels_matrix.outputs.include) }}

permissions:
contents: write # for uploading release assets

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b2d83ac

Please sign in to comment.