Disable wheel repair command

This commit is contained in:
Andrei Betlen 2023-11-10 06:05:42 -05:00
parent e02d52df29
commit 5f15a3d91c

View file

@ -30,10 +30,12 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e .[all]
make clean
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
# disable repair
CIBW_REPAIR_WHEEL_COMMAND: ""
- uses: actions/upload-artifact@v3
with: