Skip to content

Commit

Permalink
fix: publish to pypi (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
diefans authored May 14, 2024
1 parent 872f283 commit f29772f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
environment:
name: pypi
url: https://pypi.org/p/${{ env.PROJECT }} # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f29772f

Please sign in to comment.