diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index f3ed1a55..e3a0d763 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -49,7 +49,7 @@ jobs: # ARM builds fail at the moment: # CIBW_ARCHS_LINUX: x86_64 aarch64 CIBW_ARCHS_MACOS: x86_64 arm64 universal2 - CIBW_SKIP: '*-win32' + CIBW_SKIP: '*-win32' 'cp37-*' CIBW_ENVIRONMENT: 'PATH="$HOME/.cargo/bin:$PATH"' CIBW_BEFORE_BUILD: > pip install -U setuptools-rust &&