Skip to content

Commit 2748a52

Browse files
leofangclaude
andcommitted
Fix delvewheel flag: use --exclude instead of --no-dll
delvewheel uses --exclude (not --no-dll) and semicolons as path separators on Windows. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f6a3032 commit 2748a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ archs = "native"
118118
[tool.cibuildwheel.windows]
119119
archs = "AMD64"
120120
before-build = "pip install delvewheel"
121-
repair-wheel-command = "delvewheel repair --namespace-pkg cuda --no-dll \"torch_cpu.dll:torch_python.dll\" -w {dest_dir} {wheel}"
121+
repair-wheel-command = "delvewheel repair --namespace-pkg cuda --exclude \"torch_cpu.dll;torch_python.dll\" -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)