Skip to content

Commit

Permalink
ci(pypi): Moving permissions
Browse files Browse the repository at this point in the history
Fumbling in the dark here!
  • Loading branch information
ns-rse committed Dec 17, 2024
1 parent 958fa62 commit 386ed64
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:
- v*
workflow_dispatch: # Uncomment line if you also want to trigger action manually

permissions:
id-token: write

jobs:
build-release:
permissions:
id-token: write
runs-on: ubuntu-latest
environment: pypi-publish
name: Publish package to PyPi
Expand Down

0 comments on commit 386ed64

Please sign in to comment.