Skip to content

Commit 0d52a88

Browse files
alexlibCopilot
andauthored
Update pyproject.toml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e608e37 commit 0d52a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ LIB = "$(python -c \"import scipy_openblas; print(scipy_openblas.get_lib_dir())\
3636

3737
[tool.cibuildwheel.windows.repair-wheel-command]
3838
# Use the repair-wheel-command to bundle the DLL
39-
repair-wheel-command = "delvewheel repair --add-path $(python -c \"import scipy_openblas; print(scipy_openblas.get_lib_dir())\") -w {dest_dir} {wheel}"
39+
repair-wheel-command = "python -c \"import scipy_openblas, subprocess, sys; subprocess.check_call(['delvewheel', 'repair', '--add-path', scipy_openblas.get_lib_dir(), '-w', sys.argv[1], sys.argv[2]])\" {dest_dir} {wheel}"

0 commit comments

Comments
 (0)