diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7ce3cfc8..6076f318 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -21,7 +21,7 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse env: - CIBW_BUILD: cp38-manylinux* cp39-manylinux* cp310-manylinux* cp311-manylinux* cp312-manylinux* + CIBW_BUILD: cp38-manylinux* cp39-manylinux* cp310-manylinux* cp311-manylinux* cp312-manylinux* cp313-manylinux* CIBW_ARCHS_MACOS: arm64 x86_64 CIBW_ARCHS_LINUX: x86_64 CIBW_BEFORE_ALL_LINUX: >