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