diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ea78eda..27c5610 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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}