File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ "${AUDITWHEEL_ARCH}" == "i686" ] && [ "$(uname -m)" == "x86_64" ]; then
66 linux32 " $@ "
77elif [ " ${AUDITWHEEL_ARCH} " == " armv7l" ] && [ " $( uname -m) " != " armv7l" ]; then
88 if [ " $( linux32 uname -m) " == " armv8l" ]; then
9- export _PYTHON_HOST_PLATFORM=" linux_armv7l "
9+ export _PYTHON_HOST_PLATFORM=" linux-armv7l "
1010 fi
1111 linux32 " $@ "
1212else
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ MY_DIR=$(dirname "${BASH_SOURCE[0]}")
88
99PYTHONPATH=${MY_DIR} python3.13 -m python.get_interpreter_info
1010
11- unset _PYTHON_HOST_PLATFORM
11+ # unset _PYTHON_HOST_PLATFORM
1212RUST_LOG=trace uv --verbose python list --no-python-downloads
13- exit 1
13+ # exit 1
1414
1515if [ " ${AUDITWHEEL_POLICY: 0: 10} " == " musllinux_" ]; then
1616 EXPECTED_PYTHON_COUNT=9
You can’t perform that action at this time.
0 commit comments