From c9559da2bbdc73b032dfe9fa7fa1a4a4f53e661e Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:44:13 -0800 Subject: [PATCH] fix YAML indentation --- .github/workflows/build-python-wheels.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-python-wheels.yml b/.github/workflows/build-python-wheels.yml index 4f6f20646..b6f1b17e7 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -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