From fdea2c4ca06e9ac058060998c27a36c4196de600 Mon Sep 17 00:00:00 2001 From: Oscar Higgott Date: Thu, 6 Jan 2022 13:39:23 +0000 Subject: [PATCH] Attempt windows python3.10 build again --- .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 d09e70e4..aaa72d7f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -37,7 +37,7 @@ jobs: python -m cibuildwheel --output-dir wheelhouse env: CIBW_BUILD: "cp3*-*" - CIBW_SKIP: "*-win32 cp310-win_amd64" + CIBW_SKIP: "*-win32" - uses: actions/upload-artifact@v2 with: path: ./wheelhouse/*.whl