diff --git a/.github/workflows/python-core-wheels.yml b/.github/workflows/python-core-wheels.yml index e98dec8f..b50cf353 100644 --- a/.github/workflows/python-core-wheels.yml +++ b/.github/workflows/python-core-wheels.yml @@ -181,6 +181,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + rust-toolchain: nightly target: ${{ matrix.platform.target }} args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 --no-default-features --manifest-path python/${{ matrix.module }}/Cargo.toml sccache: "true"