Skip to content

Commit

Permalink
Merge pull request #336 from necusjz/fix-github-release
Browse files Browse the repository at this point in the history
add write permission to workflow
  • Loading branch information
necusjz committed Mar 15, 2024
2 parents b977a93 + 94f125f commit bb53431
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ env:
CACHE_PREFIX: v0
PYTHON_PATH: ./

permissions:
contents: write

jobs:
checks:
name: Python ${{ matrix.python }} - ${{ matrix.task.name }}
Expand Down

0 comments on commit bb53431

Please sign in to comment.