Skip to content

Commit 02fb983

Browse files
committed
Merge remote-tracking branch 'origin/master' into py37
2 parents 4cc3ea3 + 64a84c6 commit 02fb983

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

openmm/meta.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
package:
22
name: openmm
3-
version: 7.3.0
3+
version: 7.4.0
44

55
source:
66
git_url: https://github.com/pandegroup/openmm.git
7+
#git_tag : 10aba26
78

89
extra:
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

1114
build:
1215
number: 0

0 commit comments

Comments
 (0)