From 0c32932dd9f0f79b30897ecdcd8ea445efb4ab1d Mon Sep 17 00:00:00 2001 From: Bryant Moscon Date: Fri, 8 Nov 2024 19:14:43 -0500 Subject: [PATCH] Minor build tweaks --- build-wheels.sh | 2 +- wheels.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-wheels.sh b/build-wheels.sh index 8ec5cdc..031ca52 100755 --- a/build-wheels.sh +++ b/build-wheels.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -x -py_vers=("/opt/python/cp38-cp38/bin" "/opt/python/cp39-cp39/bin" "/opt/python/cp310-cp310/bin") +py_vers=("/opt/python/cp310-cp310/bin" "/opt/python/cp311-cp311/bin" "/opt/python/cp312-cp312/bin") for PY in "${py_vers[@]}"; do "${PY}/pip" wheel /io/ -w wheelhouse/ diff --git a/wheels.sh b/wheels.sh index 2572d0a..05d4831 100755 --- a/wheels.sh +++ b/wheels.sh @@ -1,2 +1,2 @@ -docker run --rm -v `pwd`:/io quay.io/pypa/manylinux2010_x86_64 /io/build-wheels.sh +docker run --rm -v `pwd`:/io quay.io/pypa/manylinux_2_28_x86_64 /io/build-wheels.sh #python setup.py bdist_wheel