Skip to content

Commit

Permalink
Needs sudo to remove docker generated files. [build wheel]
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Nov 27, 2019
1 parent 2d33294 commit e8c0d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ubuntu_ci.sh
Expand Up @@ -83,7 +83,7 @@ generate_manylinux2010_wheels() {

chmod +x .ci/build-wheels-linux.sh
docker run --rm -v "$(pwd):/io" "$image" "/io/.ci/build-wheels-linux.sh"
rm dist/*-linux*
sudo rm dist/*-linux*
}

rename_wheels() {
Expand Down

0 comments on commit e8c0d77

Please sign in to comment.