From ba584cdc55945d1d808194a7f9b263483527611e Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:59:29 -0800 Subject: [PATCH] try space-separated target string --- .github/workflows/build-python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-python-wheels.yml b/.github/workflows/build-python-wheels.yml index f5cf76927..fd8e8d1de 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -120,7 +120,7 @@ jobs: if: ${{ matrix.settings.target == 'aarch64-pc-windows-msvc' }} uses: PyO3/maturin-action@b9e8f88fd4448fdecf5095864cdc7e39a544aa9f # v1.40.7 with: - target: 'win32' + target: '${{ matrix.settings.target }} x86_64-pc-windows-msvc' args: --release --find-interpreter --sdist sccache: 'true' manylinux: '2_28' # https://github.com/pola-rs/polars/pull/12211