diff --git a/setup.py b/setup.py index fc1dcb9e..dbf94618 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,6 @@ with open('VERSION') as version: # Helper commands. if sys.argv[-1] == 'publish': os.system('python setup.py sdist upload') - os.system('python setup.py bdist_wheel upload') print('You probably want to also tag the version now:') print(' git tag -a %s -m \'version %s\'' % (version, version)) print(' git push --tags')