Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
try to trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Jun 14, 2019
1 parent c299360 commit 080fe01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ deploy:
on:
tags: true
branch: master
condition: '$AWKWARD_DEPLOYMENT = base && $TRAVIS_PYTHON_VERSION = "3.7" && $NUMPY = "numpy>=1.15"'
condition: '$AWKWARD_DEPLOYMENT = awkward && $TRAVIS_PYTHON_VERSION = "3.7" && $NUMPY = "numpy>=1.15"'
- provider: pypi
user: pivarski
password:
Expand All @@ -95,7 +95,7 @@ deploy:
on:
tags: true
branch: master
condition: '$AWKWARD_DEPLOYMENT = numba && $TRAVIS_PYTHON_VERSION = "3.7" && $NUMPY = "numpy>=1.15"'
condition: '$AWKWARD_DEPLOYMENT = awkward-numba && $TRAVIS_PYTHON_VERSION = "3.7" && $NUMPY = "numpy>=1.15"'
- provider: pypi
user: pivarski
password:
Expand All @@ -104,4 +104,4 @@ deploy:
on:
tags: true
branch: master
condition: '$AWKWARD_DEPLOYMENT = cpp && ($TRAVIS_PYTHON_VERSION = "2.7" || $TRAVIS_PYTHON_VERSION = "3.5" || $TRAVIS_PYTHON_VERSION = "3.6" || $TRAVIS_PYTHON_VERSION = "3.7") && $NUMPY = "numpy>=1.15"'
condition: '$AWKWARD_DEPLOYMENT = awkward-cpp && ($TRAVIS_PYTHON_VERSION = "2.7" || $TRAVIS_PYTHON_VERSION = "3.5" || $TRAVIS_PYTHON_VERSION = "3.6" || $TRAVIS_PYTHON_VERSION = "3.7") && $NUMPY = "numpy>=1.15"'
2 changes: 1 addition & 1 deletion awkward/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import re

__version__ = "0.11.0rc2"
__version__ = "0.11.0rc3"
version = __version__
version_info = tuple(re.split(r"[-\.]", __version__))

Expand Down

0 comments on commit 080fe01

Please sign in to comment.