Skip to content

Commit 4da1ecd

Browse files
committed
deploy: fix windows variable
1 parent b39a916 commit 4da1ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
SKBUILD_BUILD_TOOL_ARGS="-j4;-l5"
125125
CIBW_ENVIRONMENT_WINDOWS: >
126126
CIBW="true"
127-
SKBUILD_BUILD_TOOL_ARGS="/m:4;/l:5"
127+
SKBUILD_BUILD_TOOL_ARGS="/m:4"
128128
# build 3.10, 3.11, 3.12, 3.13 (with GIL), and 3.14 (with GIL)
129129
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
130130
# skip musl builds, and PyPy builds

0 commit comments

Comments
 (0)