summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-07-17 00:59:06 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-07-17 00:59:06 +0200
commit549175ece534bc96d08f0570452f733df2c993ff (patch)
treed903a2a8f09fb67fbd9714ff74b5991df2fb1fbc
parent3706ce50e4006e7ad4d3065d6f18228ca59a20d7 (diff)
downloadpython-lxml-549175ece534bc96d08f0570452f733df2c993ff.tar.gz
Fix CI wheel build target.
-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