We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f60af4 commit 912ec22Copy full SHA for 912ec22
.github/workflows/build_wheel.yml
@@ -64,7 +64,7 @@ jobs:
64
CIBW_BEFORE_TEST: pip install -r {package}/test-requirements.txt
65
# mac needs ninja to build
66
CIBW_BEFORE_BUILD_MACOS: brew install ninja
67
- CIBW_BEFORE_BUILD_WINDOWS: $PSNativeCommandArgumentPassing = 'Legacy'
+ CIBW_BEFORE_ALL_WINDOWS: $PSNativeCommandArgumentPassing = 'Legacy'
68
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
69
CIBW_ARCHS_LINUX: x86_64
70
CIBW_ARCHS_WINDOWS: AMD64
0 commit comments