Skip to content

Commit

Permalink
CI: On linux only build x86_64 and glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Sep 5, 2023
1 parent 43e515f commit f68d443
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 @@ -26,7 +26,7 @@ jobs:
run: |
python3.12 -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: cp312-*
CIBW_BUILD: cp312-manylinux_x86_64
CIBW_BEFORE_BUILD: |
pip install cython>=3.0.0
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --strip -w {dest_dir} {wheel}
Expand Down

0 comments on commit f68d443

Please sign in to comment.