Skip to content

Commit

Permalink
add deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mikofski committed Feb 15, 2017
1 parent 86150cf commit f330d3e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,17 @@ before_install:
script:
- pytest
- python setup.py bdist_wheel

deploy:
- provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: dist/*.whl
file_glob: true
skip_cleanup: true
on:
tags: true
- provider: pypi
user: bwanamarko
password: $PYPI_PASSWORD
distributions: "sdist bdist_wheel" # Your distributions here
on:
tags: true

0 comments on commit f330d3e

Please sign in to comment.