Skip to content

Commit

Permalink
Minor build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Nov 9, 2024
1 parent d456ea4 commit 0c32932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-wheels.sh
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion wheels.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0c32932

Please sign in to comment.