Skip to content

Commit

Permalink
Linux CI: only build the x86_64 wheels for glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Oct 11, 2023
1 parent 18bb1fd commit 73c0407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
# Skip Python 2.7, 3.5, 3.11, 32 bit Linux, and PyPy
CIBW_BUILD: cp312-*
CIBW_BUILD: cp312-manylinux_x86_64
CIBW_BEFORE_ALL_LINUX: yum install -y tk mesa-libGLU-devel
CIBW_BEFORE_BUILD: >
pip install cython FXrays low_index sphinx sphinx_rtd_theme &&
Expand Down

0 comments on commit 73c0407

Please sign in to comment.