Skip to content

Commit

Permalink
chore: fixup permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Dec 23, 2023
1 parent 4f0762a commit f98a06c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ on:
release:
types: [published]

permissions:
contents: write


jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write

contents: write
steps:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v3
Expand Down

0 comments on commit f98a06c

Please sign in to comment.