diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5b0a77..763e02f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist -i python3.10 -i python3.11 -i python3.12 manylinux: auto - name: Upload wheels