Skip to content

Commit 267a3f1

Browse files
committed
skip win32 builds
1 parent 52a3ca9 commit 267a3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
CIBW_TEST_COMMAND: "python -VV && python -m unittest discover -f -s {project}/tests/test_unit/"
3333
CIBW_TEST_EXTRAS: "full"
34-
CIBW_SKIP: "pp* cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* cp310-win32 *-musllinux_* *-manylinux_i686"
34+
CIBW_SKIP: "pp* cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* *-win32 *-musllinux_* *-manylinux_i686"
3535
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
3636
CIBW_ARCHS_LINUX: auto aarch64
3737

0 commit comments

Comments
 (0)