Skip to content

Commit 484e620

Browse files
committed
Move the Windows before_build command to GA yaml file
1 parent f089e09 commit 484e620

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
if: ${{ matrix.os == 'windows-11-arm' }}
6464
env:
6565
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows_arm64.sh
66+
CIBW_BEFORE_BUILD_WINDOWS: msys2 -c bin/cibw_before_build_windows_arm64.sh && pip install wheel delvewheel
6667

6768
# After all the Windows-specific steps above this is what actually
6869
# builds the wheels for every other OS:

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,3 @@ repair-wheel-command = [
176176
""",
177177
"delvewheel repair -w {dest_dir} {wheel} --add-path .local/bin",
178178
]
179-
180-
[[tool.cibuildwheel.overrides]]
181-
select = ["*-win_arm64"]
182-
before-build = "C:\\msys64\\usr\\bin\\bash.exe bin/cibw_before_build_windows_arm64.sh && pip install wheel delvewheel"

0 commit comments

Comments
 (0)