Skip to content

Commit

Permalink
Merge pull request #117 from lucafaggianelli/cicd/fix-pypi-trusted-pu…
Browse files Browse the repository at this point in the history
…blishing

fix pypi trusted publishing
  • Loading branch information
lucafaggianelli authored May 22, 2023
2 parents 30ac6e2 + 24db890 commit 77fea6a
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 77fea6a

Please sign in to comment.