Skip to content

Commit

Permalink
set up trusted publishing with pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Feb 27, 2024
1 parent 114a222 commit dbaeb6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
python-version: ['3.9', '3.10', '3.11', '3.12']
env:
VIRTUAL_ENV: .venv
permissions:
# for trusted publishing
id-token: write
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit dbaeb6c

Please sign in to comment.