Skip to content

Commit

Permalink
New tag
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed Aug 29, 2019
1 parent cf50e9e commit edd9b19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ matrix:
script:
- |
gem install xcpretty
echo "Building travis TRAVIS_TAG(${TRAVIS_TAG}) "
cd "${TRAVIS_BUILD_DIR}"
./build.sh
2 changes: 1 addition & 1 deletion build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi

# this is needed to forward the deploy to the docker image (where I have a python to do the deploy)
# deploy to pypi | github
if [[ "$TRAVIS" == "1" && "${TRAVIS_TAG}" != "" ]] ; then
if [[ "${TRAVIS_TAG}" != "" ]] ; then

if [[ "${OSX}" == "1" || "${DOCKER_IMAGE}" == "quay.io/pypa/manylinux1_x86_64" ]] ; then
docker_opts+=(-e DEPLOY_PYPI=1)
Expand Down
2 changes: 1 addition & 1 deletion conda/openvisus/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: openvisus
version: 1.3.62
version: 1.3.63

source:
path: ../..
Expand Down

0 comments on commit edd9b19

Please sign in to comment.