Skip to content

Commit

Permalink
Build and upload universal wheels to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeMF committed Mar 16, 2014
1 parent 6563837 commit 4056ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion devscripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ rm -rf build

make pypi-files
echo "Uploading to PyPi ..."
python setup.py sdist upload
python setup.py sdist bdist_wheel upload
make clean

/bin/echo -e "\n### DONE!"
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wheel]
universal = True

0 comments on commit 4056ad8

Please sign in to comment.