From dev-return-4375-archive-asf-public=cust-asf.ponee.io@singa.apache.org Tue Mar 3 01:45:53 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2A11F18062C for ; Tue, 3 Mar 2020 02:45:53 +0100 (CET) Received: (qmail 6861 invoked by uid 500); 3 Mar 2020 01:45:52 -0000 Mailing-List: contact dev-help@singa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.apache.org Delivered-To: mailing list dev@singa.apache.org Received: (qmail 6851 invoked by uid 99); 3 Mar 2020 01:45:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2020 01:45:52 +0000 From: GitBox To: dev@singa.apache.org Subject: [GitHub] [singa] dcslin commented on issue #585: Release, versioning and continous integration Message-ID: <158319995229.15307.8387155357473083651.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Tue, 03 Mar 2020 01:45:52 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: users@infra.apache.org With regards, Apache Git Services