Skip to content

Commit

Permalink
generate wheel package on release (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique authored and argaen committed Sep 29, 2017
1 parent 79d520c commit 0c897bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deploy:
user: blck
password:
secure: 4pH7XRyROJao+IShvg+s0awD6jLdE3HyZtMOTRzCoWNRE+brEHBaJ68F1hxnKAO5mOmyT35vd4ywvdKZremmAqIVSrOJ0oifYhxmUWoww2SuX5CDXCkXCz8AJ8W2mK+t4Er2GRT6OYBaDBBHDOxz7KGcjtZrQj3pEPeI+nO+8YQJFzI2PkEb2BfVnvbqDyD6FIc6YaNWhoA/i00kSkiQ58ZFTgBmd8yLIobySifWOzVZqXh+SqqZSjeIXpbmuhxmXU73xwLYSEn/gXJhZB5x4IuYMWAsIqaDcg2lWRcXMxkjML03TsySSwExhfOFRxlJEC9mmxAJMVMt6WmRl13bY7CDlZc975EzgEH4fTh0LBuMlu2b3hE+l4gR54K8YDvx7OuDf9eIaAuEOL9Rx+TefG1PhfCx9Ipegxc9VboO1BaPTm3LQbMBzQgdhS5TrR9CugGZdqFSJzvzgi8Oo9GjIuH4MurLYZr6WAhjTp5dFFOKMyK3ElgFSgdSOTVfM4o72Burt/qYbrdk+GdKlzGTAMkcdW+D+JgmcTJD5rb8i8Z/ctfBRMhGPyZFWvvhkTIuMxkEO8iizo0V5Vv7uI8PGMlFjyZnhgHP/E5o8C1ZltfJjXcUiSVAzweGNV6612v5vlhLmIxC7w5UHlrQxoioFRSef1OFfWkhFikat+8yrFg=
distributions: sdist
distributions: "sdist bdist_wheel"
on:
tags: true
python: 3.6
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[bdist_wheel]
universal=1

[flake8]
max-line-length=100

Expand Down

0 comments on commit 0c897bb

Please sign in to comment.