Skip to content

Commit 4674c3d

Browse files
joshfriendcorydolphin
authored andcommitted
Adds building of universal wheels (#175)
* 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
1 parent 5bb2844 commit 4674c3d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ deploy:
3232
user: CoryDolphin
3333
password:
3434
secure: c/z1OYmniNlJ7F7G+TipOlJfVLCEz0F09JCJJ4+TPB/DTxajxarMEygX/LrvBOLvbe1EvAKO9p/SOagAul00YXU/rb2i1k1tJnKF2A6KKSLOsZbTcGWNcInOaLKql4Cv8Ts1cOfMiTVHBQLR+1FCw+IuZ44N+KhF0tsFOejEmRc=
35+
distributions: "sdist bdist_wheel"
3536
on:
3637
tags: true
3738
repo: corydolphin/flask-cors

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = true

0 commit comments

Comments
 (0)