fix sdist upload

This commit is contained in:
Gabriel Pettier 2018-06-16 14:38:16 +02:00
parent 015f8fbd7b
commit 04f29cc9b2
1 changed files with 1 additions and 1 deletions

View File

@ -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;