Skip to content

Commit

Permalink
added python_wheel deploy via travis
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Mar 28, 2016
1 parent 24f591d commit 8db4316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -29,6 +29,7 @@ after_success:
deploy:
provider: pypi
user: okfn
distributions: sdist bdist_wheel
on:
tags: true
password:
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

0 comments on commit 8db4316

Please sign in to comment.