Skip to content

Commit

Permalink
Don't drop aiohttp manylinux from foreign architecture on docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 1, 2017
1 parent 8fd7928 commit e740a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rm -fv /io/dist/*-linux_*.whl
echo
echo
echo "Cleanup non-$package_name wheels"
find /io/dist -maxdepth 1 -type f ! -name "$package_name"'-*-manylinux1_'"$arch"'.whl' -print0 | xargs -0 rm -rf
find /io/dist -maxdepth 1 -type f ! -name "$package_name"'-*-manylinux1_*.whl' -print0 | xargs -0 rm -rf

echo
echo
Expand Down

0 comments on commit e740a1d

Please sign in to comment.