Skip to content

Commit d29210d

Browse files
fixup! fixup! Add audit wheel
1 parent 7950ada commit d29210d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/build_linux.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ 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
4341
arch=$(uname -p)
4442
if [[ $arch == x86_64 ]]; then
4543
auditwheel repair --plat manylinux2014_x86_64 ${BUILD_DIR}/*.whl -w ${REPAIRED_DIR} \

0 commit comments

Comments
 (0)