Skip to content

Commit

Permalink
Merge pull request #138 from Leengit/build_action
Browse files Browse the repository at this point in the history
COMP: Give GitHub actions "id-token: write" permissions
  • Loading branch information
Leengit authored Oct 1, 2024
2 parents 96588f7 + 4d7893d commit 2f435f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-20.04
permissions:
id-token: write
steps:
- uses: actions/checkout@master
- name: Set up Python "3.9"
Expand Down

0 comments on commit 2f435f4

Please sign in to comment.