We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cb890 commit f7f665cCopy full SHA for f7f665c
.github/workflows/release.yml
@@ -28,9 +28,10 @@ jobs:
28
if: ${{ steps.release.outputs.release_created }}
29
uses: actions/checkout@v4
30
31
+ # NOTE(mnaser): Switch back to upstream when https://github.com/PyO3/maturin-action/pull/322 is merged
32
- name: Build package
33
- uses: PyO3/maturin-action@v1
34
+ uses: vexxhost/maturin-action@fix-trusted-publishing
35
with:
36
command: publish
37
args: --non-interactive
0 commit comments