Skip to content

Commit 273d459

Browse files
committed
give permission for trusted publisher
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 3e05dec commit 273d459

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
release-to-pypi:
1111
runs-on: ubuntu-22.04
12+
environment: release
13+
permissions:
14+
id-token: write
1215
steps:
1316
- uses: actions/checkout@v4
1417
- name: Set up PDM

0 commit comments

Comments
 (0)