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 707a0cd commit d158768Copy full SHA for d158768
tools/windows-build.bat
@@ -11,7 +11,7 @@ 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 -U -r tests/requirements.txt -r confluent_kafka/avro/requirements.txt
14
-pip install cibuildwheel==0.12.0 || exit /b 1
+pip install cibuildwheel==1.6.4 || exit /b 1
15
16
rem Build wheels (without tests)
17
cibuildwheel --platform windows --output-dir wheelhouse || exit /b 1
0 commit comments