Skip to content

Commit

Permalink
fix manylinux wheels (--enable-fat), version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zebra-lucky committed Aug 19, 2019
1 parent b331ee8 commit b54af87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/build_wheels_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ev

cd /io/gmp-6.1.2
./configure
./configure --enable-fat
make
make check
make install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b54af87

Please sign in to comment.