mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Build linux wheel for Python 3.7
This commit is contained in:
parent
b1d658e7a0
commit
b8bf3c950c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -e -x
|
|||
ARCH=`uname -p`
|
||||
echo "arch=$ARCH"
|
||||
|
||||
for V in cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
|
||||
for V in cp37-cp37m cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
|
||||
PYBIN=/opt/python/$V/bin
|
||||
rm -rf build/ # Avoid lib build by narrow Python is used by wide python
|
||||
$PYBIN/python setup.py bdist_wheel -p manylinux1_${ARCH}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue