We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a0091 commit a3d4ac0Copy full SHA for a3d4ac0
1 file changed
.github/workflows/build_wheels.yml
@@ -59,6 +59,13 @@ jobs:
59
-o ~/Library/Caches/cibuildwheel/virtualenv-20.30.0.pyz \
60
https://raw.githubusercontent.com/pypa/get-virtualenv/20.30.0/public/virtualenv.pyz
61
62
+ - name: Clean stale build directories
63
+ shell: bash
64
+ run: |
65
+ rm -rf solvers/src/cadical_external/build
66
+ rm -rf build/
67
+ rm -rf *.egg-info
68
+
69
- name: Build wheels
70
uses: pypa/cibuildwheel@v2.23
71
env:
0 commit comments