IGN:Tag release

This commit is contained in:
Kovid Goyal 2008-09-18 21:55:39 -07:00
parent aed08d4fc2
commit 833d943870

View File

@ -219,7 +219,6 @@ def stage_one():
os.mkdir('docs') os.mkdir('docs')
check_call('python setup.py build', shell=True) check_call('python setup.py build', shell=True)
check_call('sudo python setup.py develop', shell=True) check_call('sudo python setup.py develop', shell=True)
check_call('make', shell=True)
tag_release() tag_release()
upload_demo() upload_demo()