Skip to content

Commit

Permalink
Update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Feb 8, 2025
1 parent e7b1e0a commit d9da0c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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/cp310-cp310/bin" "/opt/python/cp38-cp38/bin" "/opt/python/cp39-cp39/bin")
py_vers=("/opt/python/cp312-cp312/bin" "/opt/python/cp313-cp313/bin")

#for PY in "${py_vers[@]}"; do
# "${PY}/pip" wheel /io/ -w wheelhouse/
Expand All @@ -13,7 +13,7 @@ py_vers=("/opt/python/cp310-cp310/bin" "/opt/python/cp38-cp38/bin" "/opt/python/

set -e -u -x

PLAT=manylinux_2_24_x86_64
PLAT=manylinux_2_34_x86_64

function repair_wheel {
wheel="$1"
Expand Down
2 changes: 1 addition & 1 deletion wheels.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run --rm -v `pwd`:/io quay.io/pypa/manylinux_2_24_x86_64 /io/build-wheels.sh
docker run --rm -v `pwd`:/io quay.io/pypa/manylinux_2_34_x86_64 /io/build-wheels.sh

0 comments on commit d9da0c9

Please # to comment.