Skip to content

Commit 28cc1a2

Browse files
committed
fix before_build
1 parent d1f3070 commit 28cc1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
runs-on: ${{ matrix.os }}
9595
env:
9696
CIBW_BEFORE_BUILD: >-
97-
rm -rf {package}/build &&
97+
rm -rf {package}/build
9898
CIBW_BEFORE_BUILD_WINDOWS: >-
9999
pip install delvewheel &&
100-
rm -rf {package}/build &&
100+
rm -rf {package}/build
101101
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
102102
delvewheel repair -w {dest_dir} {wheel}
103103
# On Windows, we explicitly request MSVC compilers (as GitHub Action runners have

0 commit comments

Comments
 (0)