dcslin commented on issue #585: Release, versioning and continous integration URL: https://github.com/apache/singa/issues/585#issuecomment-593722985 Hi @nudles , how release is done currently? is this flag "TRAVIS_SECURE_ENV_VARS" (tool/travis/build.sh line 41) used? ``` bash if [[ "$TRAVIS_SECURE_ENV_VARS" == "false" ]]; # install and run unittest then echo "no uploading if ANACONDA_UPLOAD_TOKEN not set" else # turn off debug to hide the token in travis log set +x # upload the package onto anaconda cloud anaconda -t $ANACONDA_UPLOAD_TOKEN upload -u $USER -l main $CONDA_BLD_PATH/$OS/singa-*.tar.bz2 --force fi ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
