From bd039ce5eac1e4a0231e2e3ae6e8c86ba7b02150 Mon Sep 17 00:00:00 2001 From: Tim Cera Date: Mon, 5 Feb 2024 18:08:18 -0500 Subject: [PATCH] Update linux_wheels.yml --- .github/workflows/linux_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_wheels.yml b/.github/workflows/linux_wheels.yml index 0cb90b5..1a02608 100644 --- a/.github/workflows/linux_wheels.yml +++ b/.github/workflows/linux_wheels.yml @@ -35,7 +35,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.16.5 env: - CIBW_BUILD: cp38-manylinux* cp39-manylinux* cp310-manylinux* cp311-manylinux* cp312-manylinux* + CIBW_BUILD: cp38-manylinux* cp39-manylinux* cp310-manylinux* cp311-manylinux* CIBW_SKIP: pp* cp36-* cp37-* *_i686 CIBW_BEFORE_BUILD_LINUX: |