File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ script:
4949 - chmod +x conda-build-all
5050 # Select upload destination
5151 - if [[ "${TRAVIS_PULL_REQUEST}" == "false" && "${TRAVIS_BRANCH}" == "master" ]]; then
52- export UPLOAD="--upload omnia --force ";
52+ export UPLOAD="--upload omnia";
5353 else
54- export UPLOAD="--force ";
54+ export UPLOAD="";
5555 fi
5656 - echo $UPLOAD
5757 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Original file line number Diff line number Diff line change 11package :
22 name : openmm
3- version : 7.3 .0
3+ version : 7.4 .0
44
55source :
66 git_url : https://github.com/pandegroup/openmm.git
7+ # git_tag : 10aba26
78
89extra :
9- upload : cuda{{ CUDA_SHORT_VERSION }}{{ ",dev" if CUDA_SHORT_VERSION == "92" else ""}}
10+ # upload: betacuda{{ CUDA_SHORT_VERSION }}{{ ",beta" if CUDA_SHORT_VERSION == "92" else ""}}
11+ upload : devcuda{{ CUDA_SHORT_VERSION }}{{ ",dev" if CUDA_SHORT_VERSION == "92" else ""}}
12+ force_upload : True
1013
1114build :
1215 number : 0
You can’t perform that action at this time.
0 commit comments