Skip to content

Commit

Permalink
[travis-wheel] rm -f
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Feb 8, 2017
1 parent 3d4c5b6 commit 61a28b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ $JAPR_WHEEL == "1" ]]; then
docker run --rm -w /io -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /opt/python/cp36-cp36m/bin/python setup.py bdist_wheel
docker run --rm -w /io -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 auditwheel repair dist/*-cp35-cp35m-linux_x86_64.whl
docker run --rm -w /io -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 auditwheel repair dist/*-cp36-cp36m-linux_x86_64.whl
rm dist/*.whl
rm -f dist/*.whl
ls -lha wheelhouse
unzip -l wheelhouse/*.whl
cp wheelhouse/*.whl dist
Expand Down

0 comments on commit 61a28b6

Please sign in to comment.