Skip to content

Commit f7f665c

Browse files
committed
fix: Solve trusted publishing
1 parent 48cb890 commit f7f665c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
if: ${{ steps.release.outputs.release_created }}
2929
uses: actions/checkout@v4
3030

31+
# NOTE(mnaser): Switch back to upstream when https://github.com/PyO3/maturin-action/pull/322 is merged
3132
- name: Build package
3233
if: ${{ steps.release.outputs.release_created }}
33-
uses: PyO3/maturin-action@v1
34+
uses: vexxhost/maturin-action@fix-trusted-publishing
3435
with:
3536
command: publish
3637
args: --non-interactive

0 commit comments

Comments
 (0)