From b54af8789bb553ec4651e405895ec6556fb03d78 Mon Sep 17 00:00:00 2001 From: zebra-lucky Date: Mon, 19 Aug 2019 04:33:08 +0300 Subject: [PATCH] fix manylinux wheels (--enable-fat), version 0.1.7 --- contrib/build_wheels_linux.sh | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/build_wheels_linux.sh b/contrib/build_wheels_linux.sh index a258051..3b2b285 100755 --- a/contrib/build_wheels_linux.sh +++ b/contrib/build_wheels_linux.sh @@ -2,7 +2,7 @@ set -ev cd /io/gmp-6.1.2 -./configure +./configure --enable-fat make make check make install diff --git a/setup.py b/setup.py index 6fd266b..ecdd5dd 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name='python-bls', - version='0.1.6', + version='0.1.7', url='https://github.com/zebra-lucky/python-bls', license='Apache License 2.0', python_requires='>=3.6',