diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-05 13:06:22 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-05 13:06:22 -0400 |
commit | a4db48e4c0fb7955d79cc798101438620a81f056 (patch) | |
tree | fc67280b292c4239f61419d4977ce484bbfb51c1 /release.py | |
parent | f113f36b29298a1428b17315b8c35740c69d5725 (diff) | |
download | external_python_setuptools-a4db48e4c0fb7955d79cc798101438620a81f056.tar.gz external_python_setuptools-a4db48e4c0fb7955d79cc798101438620a81f056.tar.bz2 external_python_setuptools-a4db48e4c0fb7955d79cc798101438620a81f056.zip |
Re-enable automatic registration and upload of the released package
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -181,8 +181,8 @@ def upload_to_pypi(): sys.executable, 'setup.py', '-q', 'egg_info', '-RD', '-b', '', 'sdist', - #'register', '-r', PACKAGE_INDEX, - #'upload', '-r', PACKAGE_INDEX, + 'register', '-r', PACKAGE_INDEX, + 'upload', '-r', PACKAGE_INDEX, ] if has_docs: cmd.extend([ |