Skip to content

Commit

Permalink
Fix CD by giving it the correct permissions (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Jan 30, 2024
1 parent 72d1a27 commit ca4386a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
name: Publish to PyPI
runs-on: ubuntu-latest
needs: version
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit ca4386a

Please sign in to comment.