We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33993d9 + cbecccf commit a0e23efCopy full SHA for a0e23ef
1 file changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: PyO3/maturin-action@v1
34
with:
35
target: ${{ matrix.target }}
36
- args: --release --out dist --find-interpreter
+ args: --release --out dist -i 3.10 3.11 3.12 3.13
37
manylinux: auto
38
- uses: actions/upload-artifact@v4
39
0 commit comments