hopefully fix windows ci builds

This commit is contained in:
angie 2022-07-09 16:06:04 -04:00
parent 5b68266148
commit 5e59c935e8

View File

@ -17,7 +17,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.5.0
env:
CIBW_ARCHS_WINDOWS: "all"
CIBW_ARCHS_WINDOWS: "auto"
CIBW_ARCHS_LINUX: "all"
CIBW_ARCHS_MACOS: "all"