Skip to content

Commit

Permalink
If we don't create dist, we don't have permissions to write in it. [b…
Browse files Browse the repository at this point in the history
…uild wheel]
  • Loading branch information
matham committed Nov 27, 2019
1 parent e8c0d77 commit 9854b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/ubuntu_ci.sh
Expand Up @@ -81,6 +81,7 @@ upload_docs_to_server() {
generate_manylinux2010_wheels() {
image=$1

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

0 comments on commit 9854b2f

Please sign in to comment.