Skip to content

Commit

Permalink
Add wheel format to publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
streeter committed Jan 20, 2014
1 parent 1451159 commit 71f087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
os.system('python setup.py sdist bdist_wheel upload')
sys.exit()

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as f:
Expand Down

0 comments on commit 71f087e

Please sign in to comment.