We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9dc0a commit 7946bcbCopy full SHA for 7946bcb
1 file changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
uses: PyO3/maturin-action@v1
84
with:
85
target: ${{ matrix.target }}
86
- args: --release --out dist --find-interpreter
+ args: --release --out dist -i python3.10 python3.11 python3.12 python3.13
87
manylinux: auto
88
- name: Upload wheels
89
uses: actions/upload-artifact@v4
0 commit comments