From fffe636c30b1654f6cee6a6ee653267da8edaec6 Mon Sep 17 00:00:00 2001 From: Oscar Higgott Date: Fri, 23 Apr 2021 17:52:01 +0100 Subject: [PATCH] Python 3 only for wheels --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4ba8da06..9b9446e0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -36,7 +36,7 @@ jobs: run: | python -m cibuildwheel --output-dir wheelhouse env: - CIBW_BUILD: "cp*-*" + CIBW_BUILD: "cp3*-*" CIBW_SKIP: "*-win32" - uses: actions/upload-artifact@v2 with: