We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ea39d commit c5e6737Copy full SHA for c5e6737
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Build package
36
if: ${{ steps.release.outputs.release_created }}
37
- uses: PyO3/maturin-action@v1
+ uses: vexxhost/maturin-action@add-missing-env
38
with:
39
command: publish
40
args: --non-interactive
0 commit comments