Skip to content

Commit

Permalink
use debain image to build python
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jan 4, 2025
1 parent 17927e9 commit e049b68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linux_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ env:
PIP_NO_VERIFY: 0
PIP_VERBOSE: 1
CIBW_BUILD_VERBOSITY: 2
CIBW_BEFORE_BUILD: sudo apt-get install --reinstall libc6&&pip install setuptools==58.0.1&&pip install -U wheel numpy Cython
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux_2_28
CIBW_BEFORE_ALL: apt-get install --reinstall -y libc6
CIBW_BEFORE_BUILD: pip install setuptools==58.0.1&&pip install -U wheel numpy Cython
CIBW_TEST_REQUIRES: pytest pandas polars
CIBW_TEST_COMMAND: >
cd .. &&
Expand Down

0 comments on commit e049b68

Please sign in to comment.