Switch to manylinux 2_24 and add wheel for 3.10
This commit is contained in:
parent
9c2569771f
commit
acf1888bba
2 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ cp "sqlcipher/sqlite3.c" sqlcipher3/
|
|||
cp "sqlcipher/sqlite3.h" sqlcipher3/
|
||||
|
||||
# Create the wheels and strip symbols to produce manylinux wheels.
|
||||
docker run -it -v $(pwd):/io quay.io/pypa/manylinux1_x86_64 /io/_build_wheels.sh
|
||||
docker run -it -v $(pwd):/io quay.io/pypa/manylinux_2_24_x86_64 /io/_build_wheels.sh
|
||||
|
||||
sudo rm ./wheelhouse/*-linux_*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue