Skip to content

Commit

Permalink
travis: deploy work
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Dec 8, 2017
1 parent 5929dfd commit 10af9e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ deploy:
provider: pypi
user: $TWINE_USERNAME
password: $TWINE_PASSWORD

deploy:
provider: script
script:
- pip install twine
- python setup.py sdist
- twine upload dist/*
on:
branch: master

0 comments on commit 10af9e6

Please sign in to comment.