From 549175ece534bc96d08f0570452f733df2c993ff Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 17 Jul 2021 00:59:06 +0200 Subject: Fix CI wheel build target. --- tools/ci-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1