We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e643c24 commit 6554c22Copy full SHA for 6554c22
.github/workflows/wheels.yml
@@ -188,6 +188,7 @@ jobs:
188
- uses: pypa/cibuildwheel@v2.3.1
189
env:
190
CIBW_ARCHS: native
191
+ CIBW_BEFORE_BUILD: rm -rf {project}/build
192
193
- uses: actions/upload-artifact@v2
194
with:
@@ -261,6 +262,7 @@ jobs:
261
262
263
CIBW_SKIP: "*-musllinux*"
264
265
266
267
268
0 commit comments