Skip to content

Commit

Permalink
Merge pull request #1062 from AFM-SPM/ns-rse/pypi-workflow-permissions
Browse files Browse the repository at this point in the history
ci(pypi): Moving permissions
  • Loading branch information
ns-rse authored Dec 17, 2024
2 parents 0a23613 + 386ed64 commit d907f4f
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 d907f4f

Please sign in to comment.