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 2805c3f commit 730d8c7Copy full SHA for 730d8c7
tools/windows-build.bat
@@ -10,7 +10,7 @@ set
10
rem Download and install librdkafka from NuGet.
11
call tools\windows-install-librdkafka.bat %LIBRDKAFKA_NUGET_VERSION% dest || exit /b 1
12
13
-pip install cibuildwheel || exit /b 1
+pip install cibuildwheel==0.12.0 || exit /b 1
14
15
rem Build wheels (without tests)
16
cibuildwheel --platform windows --output-dir wheelhouse || exit /b 1
0 commit comments