Skip to content

Commit

Permalink
try YAML list
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 22, 2023
1 parent ba584cd commit 4908d77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:
if: ${{ matrix.settings.target == 'aarch64-pc-windows-msvc' }}
uses: PyO3/maturin-action@b9e8f88fd4448fdecf5095864cdc7e39a544aa9f # v1.40.7
with:
target: '${{ matrix.settings.target }} x86_64-pc-windows-msvc'
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
Expand Down

0 comments on commit 4908d77

Please sign in to comment.