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 11#! /bin/bash
22# set -e -x
33
4- py_vers=(" /opt/python/cp310-cp310 /bin" " /opt/python/cp38-cp38/bin " " /opt/python/cp39-cp39 /bin" )
4+ py_vers=(" /opt/python/cp312-cp312 /bin" " /opt/python/cp313-cp313 /bin" )
55
66# for PY in "${py_vers[@]}"; do
77# "${PY}/pip" wheel /io/ -w wheelhouse/
@@ -13,7 +13,7 @@ py_vers=("/opt/python/cp310-cp310/bin" "/opt/python/cp38-cp38/bin" "/opt/python/
1313
1414set -e -u -x
1515
16- PLAT=manylinux_2_24_x86_64
16+ PLAT=manylinux_2_34_x86_64
1717
1818function repair_wheel {
1919 wheel=" $1 "
Original file line number Diff line number Diff line change 1- docker run --rm -v ` pwd` :/io quay.io/pypa/manylinux_2_24_x86_64 /io/build-wheels.sh
1+ docker run --rm -v ` pwd` :/io quay.io/pypa/manylinux_2_34_x86_64 /io/build-wheels.sh
You can’t perform that action at this time.
0 commit comments