Skip to content

Commit

Permalink
Enable wheel dist
Browse files Browse the repository at this point in the history
  • Loading branch information
lpomfrey committed Feb 28, 2015
1 parent a019fda commit 268c70f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def get_version(package):

if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
os.system('python setup.py bdist_wheel upload')
args = {'version': version}
print('You probably want to also tag the version now:')
print(' git tag -a release/{version} -m \'version {version}\''.format(
Expand Down

0 comments on commit 268c70f

Please sign in to comment.