From 3c375268c3b5c5dd7188f5634f41d1f933da8f8d Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Wed, 16 Oct 2024 20:40:07 +0200 Subject: [PATCH] attempted test to force wheel building on macos for 3.13 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7abbeeb..969d4bf 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -93,7 +93,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist -i 3.10 3.11 3.12 3.13 sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3