Skip to content

Commit 3229c34

Browse files
Add audit wheel
1 parent 4cff143 commit 3229c34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/build_linux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
3838
# Use new PEP-517 build
3939
${PYTHON} -m build --outdir ${BUILD_DIR} .
4040
# On Linux we should repair wheel(s) generated
41+
${PYTHON} -m pip install auditwheel-symbols
42+
auditwheel-symbols --manylinux 2014 ${BUILD_DIR}/*.whl
4143
arch=$(uname -p)
4244
if [[ $arch == x86_64 ]]; then
4345
auditwheel repair --plat manylinux2014_x86_64 ${BUILD_DIR}/*.whl -w ${REPAIRED_DIR}

0 commit comments

Comments
 (0)