IGN:Tag release

This commit is contained in:
Kovid Goyal 2008-12-04 12:26:25 -08:00
parent 3e9bedecda
commit 8140772f95

View File

@ -236,6 +236,7 @@ def stage_three():
check_call('rm -f dist/*')
check_call('python setup.py register')
check_call('python setup.py bdist_egg --exclude-source-files upload')
check_call('python2.5 setup.py bdist_egg --exclude-source-files upload')
check_call('python setup.py sdist upload')
upload_src_tarball()
check_call('''rm -rf dist/* build/*''')