Skip to content

Commit

Permalink
no auditwheel-symbols ie. debug via show
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Jul 10, 2024
1 parent 81968d3 commit fbff93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ TARGET=cp${VERSION}-cp${VERSION}${PLATFORM}

/opt/python/${TARGET}/bin/pyproject-build -o ${WORKDIR}

auditwheel-symbols --manylinux 2_28 ${WORKDIR}/*.whl
auditwheel show ${WORKDIR}/*.whl
auditwheel repair --plat ${ARCH} -w ${OUTPUT} ${WORKDIR}/*.whl

0 comments on commit fbff93c

Please sign in to comment.