Skip to content

Commit

Permalink
fix pypi trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafaggianelli committed May 22, 2023
1 parent 30ac6e2 commit 24db890
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
deploy:

runs-on: ubuntu-latest
permissions:
# this permission is mandatory for PyPI trusted publishing
id-token: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 24db890

Please sign in to comment.