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 d4df009 commit a2a36ceCopy full SHA for a2a36ce
confluent_kafka/kafkatest/README.md
@@ -34,7 +34,7 @@ wheels.
34
35
From the confluent-kafka-python top-level directory, run:
36
37
- $ CIBW_SKIP="cp3 *cpi686*" tools/cibuildwheel-build.sh wheels
+ $ CIBW_SKIP="cp3* *i686*" tools/cibuildwheel-build.sh wheels
38
39
After about 5 minutes the resulting Python wheels should be available in
40
the wheels/ directory.
tools/cibuildwheel-build.sh
@@ -51,6 +51,10 @@ case "$(uname -s)" in
51
;;
52
esac
53
54
+if ! which cibuildwheel 2>/dev/null ; then
55
+ pip install cibuildwheel==0.4.1
56
+fi
57
+
58
cibuildwheel $_CIBW_ARGS --output-dir "$OUT_DIR"
59
60
echo "Packages in $OUT_DIR:"
0 commit comments