mirror of https://github.com/kivy/kivy.git
fix sdist upload
This commit is contained in:
parent
015f8fbd7b
commit
04f29cc9b2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue