Skip to content

Commit

Permalink
add sudo for source build
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed Jul 29, 2017
1 parent 0402f5e commit e66596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/travis/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ fi
# only one env will have us build the tar file for src dist
if [[ "$BUILD_TAR" ]]; then
echo "Building .tar for source release to pypi"
python setup.py sdist
sudo python setup.py sdist
fi

0 comments on commit e66596d

Please sign in to comment.