From 4aa25157d6c380b7ccc87d50820373fd72098c4f Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:58:14 -0800 Subject: [PATCH] add comment for arm linux --- .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 74d1ee9cc..cc5c73729 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -97,7 +97,7 @@ jobs: target: ${{ matrix.settings.target }} args: --release --find-interpreter --sdist sccache: 'true' - manylinux: '2_28' + manylinux: '2_28' # https://github.com/pola-rs/polars/pull/12211 working-directory: ${{ github.workspace }}/languages/python - name: Upload artifact