diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index fe85e06..3d3227e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -49,7 +49,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13 + args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3