Commit 34745fd1 authored by Matthew Brett's avatar Matthew Brett
Browse files

Fix wheelhouse command

[skip ci]
parent 39981413
......@@ -198,7 +198,7 @@ function build_index_wheel {
if [ -n "$BUILD_DEPENDS" ]; then
pip install $(pip_opts) $@ $BUILD_DEPENDS
fi
pip wheel $(pip_opts) $@ -w $abs_wheelhouse --no-deps $project_spec
pip wheel $(pip_opts) $@ -w $wheelhouse --no-deps $project_spec
repair_wheelhouse $wheelhouse
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment