Skip to content

Commit 5cb58e4

Browse files
committed
CI fix add win32 on cibw
1 parent af33941 commit 5cb58e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ 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

0 commit comments

Comments
 (0)