.travis.yml: enable automatic PyPI deployment from Travis upon tags

This commit is contained in:
Cosimo Lupo 2016-08-06 12:33:17 +01:00
parent cef46f09cf
commit 900a250896

View File

@ -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