aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-05 13:06:22 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-05 13:06:22 -0400
commita4db48e4c0fb7955d79cc798101438620a81f056 (patch)
treefc67280b292c4239f61419d4977ce484bbfb51c1 /release.py
parentf113f36b29298a1428b17315b8c35740c69d5725 (diff)
downloadexternal_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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.py b/release.py
index 175e1463..3afa7fb5 100644
--- a/release.py
+++ b/release.py
@@ -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([