Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Aug 7, 2024
1 parent dcb3cba commit 6782c0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheel2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
cancel-in-progress: true

# permissions:
# id-token: write
# contents: write
permissions:
id-token: write
contents: write


# defaults:
# run:
# shell: bash -l -eo pipefail {0}
defaults:
run:
shell: bash -l -eo pipefail {0}


jobs:
Expand Down

0 comments on commit 6782c0a

Please sign in to comment.