Skip to content

Commit 6e7efa5

Browse files
authored
Merge pull request #1123 from sanders41/publish
Add permissions to publish
2 parents 168bd90 + 88b8964 commit 6e7efa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ env:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
# For PyPI's trusted publishing.
13+
id-token: write
1114
steps:
1215
- uses: actions/checkout@v4
1316
- name: Install uv

0 commit comments

Comments
 (0)