diff --git a/continuous-delivery/build-wheels-manylinux2014-aarch64.sh b/continuous-delivery/build-wheels-manylinux2014-aarch64.sh index 55331ffaf..2fbacd545 100755 --- a/continuous-delivery/build-wheels-manylinux2014-aarch64.sh +++ b/continuous-delivery/build-wheels-manylinux2014-aarch64.sh @@ -4,9 +4,6 @@ set -ex /opt/python/cp39-cp39/bin/python ./continuous-delivery/update-version.py -/opt/python/cp38-cp38/bin/python -m build -auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp38*.whl - /opt/python/cp39-cp39/bin/python -m build auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp39*.whl @@ -23,8 +20,6 @@ auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp311*.whl auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp313*.whl # The free-threaded build does not currently support the Limited C API or the stable ABI. Built them separately -/opt/python/cp313-cp313t/bin/python -m build -auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp313t*.whl /opt/python/cp314-cp314t/bin/python -m build auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp314t*.whl diff --git a/continuous-delivery/build-wheels-manylinux2014-x86_64.sh b/continuous-delivery/build-wheels-manylinux2014-x86_64.sh index aeb78f866..729eea6e7 100755 --- a/continuous-delivery/build-wheels-manylinux2014-x86_64.sh +++ b/continuous-delivery/build-wheels-manylinux2014-x86_64.sh @@ -4,9 +4,6 @@ set -ex /opt/python/cp39-cp39/bin/python ./continuous-delivery/update-version.py -/opt/python/cp38-cp38/bin/python -m build -auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp38*.whl - /opt/python/cp39-cp39/bin/python -m build auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp39*.whl @@ -23,8 +20,6 @@ auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp311*.whl auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp313*.whl # The free-threaded build does not currently support the Limited C API or the stable ABI. Built them separately -/opt/python/cp313-cp313t/bin/python -m build -auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp313t*.whl /opt/python/cp314-cp314t/bin/python -m build auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp314t*.whl