There was an error while loading. Please reload this page.
1 parent 63a0d8b commit 4466ad2Copy full SHA for 4466ad2
1 file changed
scripts/python_build_wheel.sh
@@ -138,7 +138,7 @@ trap cleanup EXIT
138
echo "Building Python wheel from commit $(git rev-parse HEAD)"
139
echo "Build host: $HOST_OS $HOST_ARCH"
140
141
-uv tool run --from "cibuildwheel[uv]==$CIBUILDWHEEL_VERSION" cibuildwheel \
+uv tool run --python 3.11 --from "cibuildwheel[uv]==$CIBUILDWHEEL_VERSION" cibuildwheel \
142
bindings/python \
143
--config-file bindings/python/pyproject.toml \
144
--output-dir "$OUTPUT_DIR"
0 commit comments