Skip to content

Commit

Permalink
Fix trusted publishing release
Browse files Browse the repository at this point in the history
Link: PyO3/maturin#1575 (comment)
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
  • Loading branch information
wiktor-k committed Nov 23, 2023
1 parent 0f82b43 commit 5f7e1a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
Expand Down

0 comments on commit 5f7e1a9

Please sign in to comment.