Skip to content

Commit

Permalink
forgot to add file
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed May 1, 2024
1 parent 23bcad4 commit 651f501
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/tools/cibw_repair_wheel_command_windows.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

set -e
set -x

WHEEL=$1
DEST_DIR=$2

python -m pip install delvewheel
python -m delvewheel show "$WHEEL" && python -m delvewheel repair -w "$DEST_DIR" "$WHEEL" --no-mangle-all

0 comments on commit 651f501

Please sign in to comment.