Skip to content

Commit

Permalink
remove non manylinux wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbelden committed Mar 1, 2018
1 parent 82fea18 commit 8590437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis_build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ TRAVIS_PYTHON_VERSION=${TRAVIS_PYTHON_VERSION/.}
/opt/python/*${TRAVIS_PYTHON_VERSION}*m/bin/pip install cython
FASTAVRO_USE_CYTHON=1 /opt/python/*${TRAVIS_PYTHON_VERSION}*m/bin/python setup.py bdist_wheel

# Fix wheel
for whl in dist/*.whl; do
auditwheel repair "$whl" -w dist
done

# Remove unfixed wheel
rm -rf dist/fastavro-*-linux_*

0 comments on commit 8590437

Please sign in to comment.