Skip to content

Commit

Permalink
Adds building of universal wheels (#175)
Browse files Browse the repository at this point in the history
* Build universal wheels

* Release source AND wheel distributions

Travis only uploads "sdist" by default.

https://docs.travis-ci.com/user/deployment/pypi#Uploading-different-distributions
  • Loading branch information
joshfriend authored and corydolphin committed Aug 18, 2016
1 parent 5bb2844 commit 4674c3d
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 @@ -32,6 +32,7 @@ deploy:
user: CoryDolphin
password:
secure: c/z1OYmniNlJ7F7G+TipOlJfVLCEz0F09JCJJ4+TPB/DTxajxarMEygX/LrvBOLvbe1EvAKO9p/SOagAul00YXU/rb2i1k1tJnKF2A6KKSLOsZbTcGWNcInOaLKql4Cv8Ts1cOfMiTVHBQLR+1FCw+IuZ44N+KhF0tsFOejEmRc=
distributions: "sdist bdist_wheel"
on:
tags: true
repo: corydolphin/flask-cors
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = true

0 comments on commit 4674c3d

Please sign in to comment.