Skip to content

Commit 0d4e1be

Browse files
committed
Build - windows: remove recompose_wheel_windows.py
1 parent 4778e15 commit 0d4e1be

File tree

2 files changed

+1
-111
lines changed

2 files changed

+1
-111
lines changed

build-system/wheels/recompose_wheel_windows.py

Lines changed: 0 additions & 110 deletions
This file was deleted.

build-system/wheels/repair_wheel_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ files=$(ls -1 ${dest_dir2}/*.whl)
4343
# There should be only one wheel, but strictly speaking, we need a loop
4444
for filename in $files;
4545
do
46-
python $GITHUB_WORKSPACE/build-system/wheels/recompose_wheel_windows.py -- ${filename}
46+
make win-recompose filename
4747
done

0 commit comments

Comments
 (0)