File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,15 @@ jobs:
72
72
uses : pypa/cibuildwheel@v2.19.2
73
73
env :
74
74
CIBW_BUILD : cp3*-*
75
- CIBW_SKIP : pp* *i686* *win32 * musllinux* *-macosx_universal2 *-win_arm64 *-manylinux_ppc64le *-manylinux_s390x
75
+ CIBW_SKIP : pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x
76
76
CIBW_PROJECT_REQUIRES_PYTHON : " >=3.9"
77
77
CIBW_ARCHS_LINUX : auto64
78
78
CIBW_ARCHS_MACOS : x86_64 arm64
79
79
CIBW_ARCHS_WINDOWS : auto64
80
80
CIBW_BEFORE_ALL_LINUX : yum install -y ninja-build python3-devel
81
81
CIBW_BEFORE_ALL_WINDOWS : choco install ninja
82
82
CIBW_BEFORE_ALL_MACOS : brew install ninja
83
+ CIBW_CONFIG_SETTINGS_WINDOWS : " setup-args=--vsenv"
83
84
- name : Upload package
84
85
uses : actions/upload-artifact@v4
85
86
with :
You can’t perform that action at this time.
0 commit comments