We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbd467 commit 86f0186Copy full SHA for 86f0186
.github/workflows/cibuildwheel.yml
@@ -3,7 +3,7 @@ name: quitefastmst wheels
3
on: workflow_dispatch
4
5
env:
6
- CIBW_SKIP: cp36-* cp37-* cp38-*
+ CIBW_SKIP: cp36-* cp37-* cp38-* *-win32
7
CIBW_ARCHS: all
8
#*-win32 *-musllinux* *-macosx_*_universal2* *win_arm64* *-manylinux_arm64 *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *-manylinux_aarch64
9
# TODO: manylinux aarch64
0 commit comments