From fdfc6d591e4917cc9be3235e7094190a36008b37 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sat, 24 Feb 2024 17:34:27 -0500 Subject: [PATCH] Only bump manylinux for arm64 --- .github/workflows/build_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 01a5be4e..b5dd98ca 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -108,7 +108,7 @@ jobs: uses: messense/maturin-action@9357a23898d2fca5ef8da7ac38aaaedab4ef218f # pin@v1.40.2 with: command: build - manylinux: manylinux_2_24 + manylinux: 2014 rust-toolchain: stable args: --release -m vegafusion-python-embed/Cargo.toml --features=protobuf-src --strip - name: Upload artifacts @@ -140,7 +140,7 @@ jobs: uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0 # pin@v1 with: command: build - manylinux: manylinux_2_24 + manylinux: 2_24 rust-toolchain: stable args: --release -m vegafusion-python-embed/Cargo.toml --features=protobuf-src --strip --target aarch64-unknown-linux-gnu - name: Upload artifacts @@ -318,7 +318,7 @@ jobs: run: | ls -la python -m pip install vegafusion-*.whl - python -m pip install vegafusion_python_embed-*manylinux_2_24_x86_64*.whl + python -m pip install vegafusion_python_embed-*manylinux_2_17_x86_64*.whl python -m pip install pytest vega-datasets polars duckdb==0.9.2 "vl-convert-python>=1.0.1rc1" scikit-image pandas==2.0 - name: Test vegafusion working-directory: python/vegafusion/ @@ -431,7 +431,7 @@ jobs: - name: install wheels run: | ls -la target/wheels/ - pixi run pip install target/wheels/vegafusion_python_embed-*manylinux_2_24_x86_64*.whl + pixi run pip install target/wheels/vegafusion_python_embed-*manylinux_2_17_x86_64*.whl pixi run pip install target/wheels/vegafusion-*.whl pixi run pip install target/wheels/vegafusion_jupyter-*.whl pixi run pip install chromedriver-binary-auto