10000 Disable wheel repair command · tk-master/llama-cpp-python@5f15a3d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f15a3d

Browse files
committed
Disable wheel repair command
1 parent e02d52d commit 5f15a3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
python -m pip install -e .[all]
33-
make clean
3433
3534
- name: Build wheels
3635
run: python -m cibuildwheel --output-dir wheelhouse
36+
env:
37+
# disable repair
38+
CIBW_REPAIR_WHEEL_COMMAND: ""
3739

3840
- uses: actions/upload-artifact@v3
3941
with:

0 commit comments

Comments
 (0)
0