8000 Automate deployment on tags · dotlambda/fluent-logger-python@d0fe806 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d0fe806

Browse files
committed
Automate deployment on tags
1 parent df2d3a7 commit d0fe806

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
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)
0