Skip to content

Commit ddfea7c

Browse files
Merge pull request #7 from MatthewSZhang/ci-win
CI fix add win32 on cibw
2 parents af33941 + cfd9179 commit ddfea7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,15 @@ jobs:
7272
uses: pypa/cibuildwheel@v2.19.2
7373
env:
7474
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
7676
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
7777
CIBW_ARCHS_LINUX: auto64
7878
CIBW_ARCHS_MACOS: x86_64 arm64
7979
CIBW_ARCHS_WINDOWS: auto64
8080
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel
8181
CIBW_BEFORE_ALL_WINDOWS: choco install ninja
8282
CIBW_BEFORE_ALL_MACOS: brew install ninja
83+
CIBW_CONFIG_SETTINGS_WINDOWS: "setup-args=--vsenv"
8384
- name: Upload package
8485
uses: actions/upload-artifact@v4
8586
with:

0 commit comments

Comments
 (0)