From ba13e4cf1b782d03c12668d5dbad72d79b0d8d96 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Tue, 20 Oct 2020 11:28:52 -0700 Subject: [PATCH] Backport PR #18773: Update to latest cibuildwheel release. --- .github/workflows/cibuildwheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 462be6d5a5b7..0ff85ef57bf4 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -28,7 +28,7 @@ jobs: - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==1.5.5 + python -m pip install cibuildwheel==1.6.3 - name: Copy setup.cfg to configure wheel run: | @@ -39,7 +39,7 @@ jobs: python -m cibuildwheel --output-dir dist env: CIBW_BUILD: "cp3?-*" - CIBW_SKIP: "cp35-* cp36-*" + CIBW_SKIP: "cp35-* cp36-* cp39-*" CIBW_MANYLINUX_X86_64_IMAGE: manylinux1 CIBW_MANYLINUX_I686_IMAGE: manylinux1 CIBW_BEFORE_BUILD: pip install certifi numpy==1.15