diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29d734d..6f4efc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,7 @@ jobs: pip install delvewheel CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >- delvewheel repair -w {dest_dir} {wheel} - CIBW_BUILD: "cp312-* cp311-* pp39-*" + CIBW_BUILD: "cp312-* cp311-* pp39-* pp310-*" CIBW_ARCHS_MACOS: x86_64 universal2 arm64 CIBW_ARCHS_LINUX: ${{ matrix.archs }} CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014