Wheel check was breaking tests. Removed it.

This commit is contained in:
Tom Christie 2014-12-17 21:33:27 +00:00
parent 39766bcc0e
commit b8af83493f

View File

@ -59,9 +59,6 @@ version = get_version('rest_framework')
if sys.argv[-1] == 'publish':
if os.system("pip freeze | grep wheel"):
print "wheel not installed.\nUse `pip install wheel`.\nExiting."
sys.exit()
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:")