Skip to content

Commit dbaeb6c

Browse files
committed
set up trusted publishing with pypi
1 parent 114a222 commit dbaeb6c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
python-version: ['3.9', '3.10', '3.11', '3.12']
1818
env:
1919
VIRTUAL_ENV: .venv
20+
permissions:
21+
# for trusted publishing
22+
id-token: write
2023
steps:
2124
- name: Check out repository
2225
uses: actions/checkout@v4

0 commit comments

Comments
 (0)