summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/ci-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci-run.sh b/tools/ci-run.sh
index 38f95547..588a3247 100644
--- a/tools/ci-run.sh
+++ b/tools/ci-run.sh
@@ -63,6 +63,6 @@ python -c "from lxml import etree" || exit 1
CFLAGS="-O3 -g1 -march=generic -fPIC -flto" \
LDFLAGS="-flto" \
- make clean bdist_wheel || exit 1
+ make clean wheel || exit 1
ccache -s || true