Skip to content

Commit 730d8c7

Browse files
committed
Keep cibuildwheel at 0.12.0 since 1.0.0 breaks stdint.h copying
1 parent 2805c3f commit 730d8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/windows-build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set
1010
rem Download and install librdkafka from NuGet.
1111
call tools\windows-install-librdkafka.bat %LIBRDKAFKA_NUGET_VERSION% dest || exit /b 1
1212

13-
pip install cibuildwheel || exit /b 1
13+
pip install cibuildwheel==0.12.0 || exit /b 1
1414

1515
rem Build wheels (without tests)
1616
cibuildwheel --platform windows --output-dir wheelhouse || exit /b 1

0 commit comments

Comments
 (0)