Skip to content

Commit e492fa8

Browse files
committed
Added CMAKE_BUILD_PARALLEL_LEVEL=8 to cibuildwheels env
1 parent e41ed22 commit e492fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
7676
CIBW_ARCHS_WINDOWS: auto ARM64
7777
CIBW_SKIP: "*-musllinux_*"
78+
CIBW_ENVIRONMENT: "CMAKE_BUILD_PARALLEL_LEVEL=8"
7879
CIBW_BUILD_VERBOSITY: 1
7980
CIBW_ENABLE: cpython-freethreading
8081

0 commit comments

Comments
 (0)