We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393536c commit 20da29dCopy full SHA for 20da29d
.travis.yml
@@ -26,9 +26,11 @@ deploy:
26
repo: googlemaps/google-maps-services-python
27
tag: true
28
python: '3.6' # only run this deploy once with python 3.6
29
+ branch: env(tag) # branch is equal to tag name
30
provider: pypi
31
distributions: 'sdist bdist_wheel'
32
user: __token__ # api token encrypted within travis
33
+ skip_existing: true
34
35
notifications:
36
email: false
0 commit comments