diff --git a/.github/workflows/build-python-wheels.yml b/.github/workflows/build-python-wheels.yml index 8aea874ea..4f6f20646 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -104,16 +104,16 @@ jobs: shell: pwsh run: | # ring crate: add Visual Studio Build Tools "VS 2022 C++ ARM64 build tools" and "clang" components - $env:Path += ";C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\x64\bin" + $env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\x64\bin" - name: Build wheels uses: PyO3/maturin-action@b9e8f88fd4448fdecf5095864cdc7e39a544aa9f # v1.40.7 - with: - target: ${{ matrix.settings.target }} - args: --release --find-interpreter --sdist - sccache: 'true' - manylinux: '2_28' # https://github.com/pola-rs/polars/pull/12211 - working-directory: ${{ github.workspace }}/languages/python + with: + target: ${{ matrix.settings.target }} + args: --release --find-interpreter --sdist + sccache: 'true' + manylinux: '2_28' # https://github.com/pola-rs/polars/pull/12211 + working-directory: ${{ github.workspace }}/languages/python - name: Upload artifact uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3