Skip to content

Commit

Permalink
chore: adding mandatory permission for trusted publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pperanich committed Nov 12, 2024
1 parent c86ee70 commit 50ed44f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write

steps:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3

- name: Build Package
run: uv build
Expand Down

0 comments on commit 50ed44f

Please sign in to comment.