Skip to content

Commit 89b2029

Browse files
committed
trying to correct repair wheel
1 parent c65fdba commit 89b2029

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,7 @@ select = "*-win_arm64"
141141
inherit.environment = "append"
142142
environment = { HDF5_DIR = 'C:\\\\vcpkg\\\\installed\\\\arm64-windows', netCDF4_DIR = 'C:\\\\vcpkg\\\\installed\\\\arm64-windows', PATH = 'C:\\\\vcpkg\\\\installed\\\\arm64-windows\\\\bin;${PATH}' }
143143
before-build = "pip install -I delvewheel numpy>=2.3.0"
144+
repair-wheel-command = [
145+
"delvewheel show {wheel}",
146+
"delvewheel repair -w {dest_dir} {wheel}",
147+
]

0 commit comments

Comments
 (0)