We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02d52d commit 5f15a3dCopy full SHA for 5f15a3d
1 file changed
.github/workflows/build-and-release.yaml
@@ -30,10 +30,12 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
python -m pip install -e .[all]
33
- make clean
34
35
- name: Build wheels
36
run: python -m cibuildwheel --output-dir wheelhouse
+ env:
37
+ # disable repair
38
+ CIBW_REPAIR_WHEEL_COMMAND: ""
39
40
- uses: actions/upload-artifact@v3
41
with:
0 commit comments