Skip to content

Commit

Permalink
travis conditional: tag to tags (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Sep 11, 2019
1 parent 32a6a98 commit e10f05d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ script:

deploy:
on:
repo: googlemaps/google-maps-services-python
tag: true
tags: true
python: '3.6' # only run this deploy once with python 3.6
branch: env(tag) # branch is equal to tag name
provider: pypi
distributions: 'sdist bdist_wheel'
user: __token__ # api token encrypted within travis
Expand Down

0 comments on commit e10f05d

Please sign in to comment.