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 d1f3070 commit 28cc1a2Copy full SHA for 28cc1a2
.github/workflows/wheels.yml
@@ -94,10 +94,10 @@ jobs:
94
runs-on: ${{ matrix.os }}
95
env:
96
CIBW_BEFORE_BUILD: >-
97
- rm -rf {package}/build &&
+ rm -rf {package}/build
98
CIBW_BEFORE_BUILD_WINDOWS: >-
99
pip install delvewheel &&
100
101
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
102
delvewheel repair -w {dest_dir} {wheel}
103
# On Windows, we explicitly request MSVC compilers (as GitHub Action runners have
0 commit comments