Skip to content

Commit

Permalink
Merge pull request #40 from FAST-HEP/BK_fix_travis_deploy_take2
Browse files Browse the repository at this point in the history
Fix travis deploy: take2
  • Loading branch information
benkrikler authored May 22, 2019
2 parents db76714 + 1b611c2 commit 37f54db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ deploy:
on:
tags: true
repo: FAST-HEP/fast-carpenter
condition: "$TRAVIS_PYTHON_VERSION == 3.6 && $TRAVIS_TAG =~ ^v[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+|[.]dev[0-9]+)?$"
condition: "$TRAVIS_PYTHON_VERSION == 3.6 && $TRAVIS_TAG =~ ^v[0-9]+[.][0-9]+[.][0-9]+(-rc[0-9]+|[.]dev[0-9]+)?$"
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[bumpversion]
current_version = 0.11.0-rc2
current_version = 0.11.0-rc3
commit = True
tag = True
tag_name = v{new_version}
tag = False

[bumpversion:file:fast_carpenter/version.py]
search = __version__ = '{current_version}'
Expand Down

0 comments on commit 37f54db

Please sign in to comment.