Skip to content

Commit

Permalink
Type [build wheel]
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Nov 27, 2019
1 parent 248d168 commit 2d33294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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*"
rm dist/*-linux*
}

rename_wheels() {
Expand Down Expand Up @@ -111,8 +111,8 @@ rename_wheels() {
upload_file_to_server() {
ip="$1"
server_path="$2"
file_pat=${1:-*.whl}
file_path=${1:-dist}
file_pat=${3:-*.whl}
file_path=${4:-dist}

if [ ! -d ~/.ssh ]; then
mkdir ~/.ssh
Expand Down

0 comments on commit 2d33294

Please sign in to comment.