.travis.yml: enable automatic PyPI deployment from Travis upon tags
This commit is contained in:
parent
cef46f09cf
commit
900a250896
11
.travis.yml
11
.travis.yml
@ -50,3 +50,14 @@ script:
|
||||
notifications:
|
||||
irc: "irc.freenode.org##fonts"
|
||||
email: fonttools@googlegroups.com
|
||||
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: anthrotype
|
||||
password:
|
||||
secure: fQa02lfqw+ESpDbyI61rM+2rEbVIRmzU6wOk6JoukLszREKIx1N3azxnH5gTY6BUTcDZ9HuSiBKFfZylvdHRm+tfhncZJmFBs+xwOtUbnxsZIt7P0UsMKO3WRHAjJd51Ma3KaJrcBIqYBe3FiSb9ZH5dSnDHg5z/vET0S7kufC8=
|
||||
distributions: "sdist bdist_wheel"
|
||||
on:
|
||||
tags: true
|
||||
repo: behdad/fonttools
|
||||
condition: $TOXENV = py35
|
||||
|
Loading…
x
Reference in New Issue
Block a user