Commit 025351ce authored by Jason R. Coombs's avatar Jason R. Coombs

Fixed NameError

--HG--
branch : distribute
extra : rebase_source : c7e392b567048863b5bde5f5828f653ae4647281
parent 4ce3c9f3
...@@ -48,7 +48,7 @@ def do_release(): ...@@ -48,7 +48,7 @@ def do_release():
subprocess.check_call([sys.executable, 'setup.py', subprocess.check_call([sys.executable, 'setup.py',
'-q', 'egg_info', '-RD', '-b', '""', 'sdist', 'register', '-q', 'egg_info', '-RD', '-b', '""', 'sdist', 'register',
'upload', 'upload_docs']) 'upload', 'upload_docs'])
upload_boostrap_script() upload_bootstrap_script()
# we just tagged the current version, bump for the next release. # we just tagged the current version, bump for the next release.
bump_versions() bump_versions()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment