Skip to content

Commit

Permalink
ci: 🎡 add contents permission and concurrency to release
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Aug 10, 2023
1 parent 584b635 commit 89cfc80
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 @@ -197,8 +197,11 @@ jobs:
release:
name: Publish package
runs-on: ubuntu-latest
concurrency: release
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags')
permissions:
id-token: write
contents: write
steps:
- name: Checkout python-hyperscan
uses: actions/checkout@v3
Expand Down

0 comments on commit 89cfc80

Please sign in to comment.