We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f089e09 commit 484e620Copy full SHA for 484e620
2 files changed
.github/workflows/buildwheel.yml
@@ -63,6 +63,7 @@ jobs:
63
if: ${{ matrix.os == 'windows-11-arm' }}
64
env:
65
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
67
68
# After all the Windows-specific steps above this is what actually
69
# builds the wheels for every other OS:
pyproject.toml
@@ -176,7 +176,3 @@ repair-wheel-command = [
176
""",
177
"delvewheel repair -w {dest_dir} {wheel} --add-path .local/bin",
178
]
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