Skip to content

Commit ab2e32e

Browse files
authored
Merge pull request fluent#116 from arcivanov/issue_115
Automate deployment on tags
2 parents df2d3a7 + d0fe806 commit ab2e32e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ script:
1919
after_success:
2020
- coveralls
2121

22+
deploy:
23+
provider: pypi
24+
user: "repeatedly"
25+
password:
26+
secure: "ePNUJvw76/pGM+c++vJ1Qa2a2/PZ0bWc04So9ZRTxlOWao4+ZgldsKqqFUps3NqyfddNUDwkoz7mNwJGMcLnkAJK9dhobolIdyMEVke1iQkXEJAuxQ6I3ezZp2wRYOfIl7+ztqXauZA5DflXVnfeOfPZpzvwLsFClFlklyCfWJM="
27+
on:
28+
tags: true
29+
condition: '"$TRAVIS_PYTHON_VERSION" = "3.6" -o "$TRAVIS_PYTHON_VERSION" = "2.7"'
30+
distributions: "sdist bdist_wheel"
31+
2232
matrix:
2333
allow_failures:
2434
- python: nightly

0 commit comments

Comments
 (0)