Skip to content

Commit

Permalink
Only bump manylinux for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Feb 24, 2024
1 parent 201cc9d commit fdfc6d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
uses: messense/maturin-action@9357a23898d2fca5ef8da7ac38aaaedab4ef218f # [email protected]
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fdfc6d5

Please sign in to comment.