Skip to content

Commit 20da29d

Browse files
authored
fix travis deploy (#305)
1 parent 393536c commit 20da29d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ deploy:
2626
repo: googlemaps/google-maps-services-python
2727
tag: true
2828
python: '3.6' # only run this deploy once with python 3.6
29+
branch: env(tag) # branch is equal to tag name
2930
provider: pypi
3031
distributions: 'sdist bdist_wheel'
3132
user: __token__ # api token encrypted within travis
33+
skip_existing: true
3234

3335
notifications:
3436
email: false

0 commit comments

Comments
 (0)