Skip to content

Commit 0c32932

Browse files
committed
Minor build tweaks
1 parent d456ea4 commit 0c32932

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e -x
33

4-
py_vers=("/opt/python/cp38-cp38/bin" "/opt/python/cp39-cp39/bin" "/opt/python/cp310-cp310/bin")
4+
py_vers=("/opt/python/cp310-cp310/bin" "/opt/python/cp311-cp311/bin" "/opt/python/cp312-cp312/bin")
55

66
for PY in "${py_vers[@]}"; do
77
"${PY}/pip" wheel /io/ -w wheelhouse/

wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
docker run --rm -v `pwd`:/io quay.io/pypa/manylinux2010_x86_64 /io/build-wheels.sh
1+
docker run --rm -v `pwd`:/io quay.io/pypa/manylinux_2_28_x86_64 /io/build-wheels.sh
22
#python setup.py bdist_wheel

0 commit comments

Comments
 (0)