From 04f29cc9b256f2b27ae9a2aef4524d32c58c6a79 Mon Sep 17 00:00:00 2001 From: Gabriel Pettier Date: Sat, 16 Jun 2018 14:38:16 +0200 Subject: [PATCH] fix sdist upload --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29b45443a..57dd4ac0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -148,7 +148,7 @@ script: openssl aes-256-cbc -K $encrypted_675f1a0c317c_key -iv $encrypted_675f1a0c317c_iv -in ./kivy/tools/travis/id_rsa.enc -out ~/.ssh/id_rsa -d; chmod 600 ~/.ssh/id_rsa; echo -e "Host $SERVER_IP\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config; - rsync -avh -e "ssh -p 2458" "dist/Kivy*.tar.gz" "root@$SERVER_IP:/web/downloads/ci/linux/kivy/"; + rsync -avh -e "ssh -p 2458" dist/Kivy*.tar.gz "root@$SERVER_IP:/web/downloads/ci/linux/kivy/"; fi; if [ "${RUN}" == "wheels" ] && ([ "${TRAVIS_EVENT_TYPE}" == "cron" ] || [ "${TRAVIS_TAG}" != "" ] || [[ "$TRAVIS_COMMIT_MESSAGE" =~ "[build wheel]" ]] || [[ "$TRAVIS_COMMIT_MESSAGE" =~ "[build wheel linux]" ]]); then mkdir wheelhouse;