Skip to content

Commit

Permalink
fix YAML indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 22, 2023
1 parent 7505afc commit c9559da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ jobs:
- 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
Expand Down

0 comments on commit c9559da

Please sign in to comment.