We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cff143 commit 3229c34Copy full SHA for 3229c34
ci/build_linux.sh
@@ -38,6 +38,8 @@ for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
38
# Use new PEP-517 build
39
${PYTHON} -m build --outdir ${BUILD_DIR} .
40
# On Linux we should repair wheel(s) generated
41
+ ${PYTHON} -m pip install auditwheel-symbols
42
+ auditwheel-symbols --manylinux 2014 ${BUILD_DIR}/*.whl
43
arch=$(uname -p)
44
if [[ $arch == x86_64 ]]; then
45
auditwheel repair --plat manylinux2014_x86_64 ${BUILD_DIR}/*.whl -w ${REPAIRED_DIR}
0 commit comments