aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-09 10:03:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-09 10:03:05 -0400
commit87db22d06a93278635e4fc551872be3b40c5a249 (patch)
tree31c76e7816dbb43ca40eaa6fffb1d0eaa6288fd4 /release.py
parent7ae6e5e399dfd2274395aa11570184e47ee7144e (diff)
downloadexternal_python_setuptools-87db22d06a93278635e4fc551872be3b40c5a249.tar.gz
external_python_setuptools-87db22d06a93278635e4fc551872be3b40c5a249.tar.bz2
external_python_setuptools-87db22d06a93278635e4fc551872be3b40c5a249.zip
Allow uploading the docs
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index b43233c4..70ca05ab 100644
--- a/release.py
+++ b/release.py
@@ -173,7 +173,7 @@ def upload_to_pypi():
]
if has_docs:
cmd.extend([
- #'upload_docs', '-r', PACKAGE_INDEX
+ 'upload_docs', '-r', PACKAGE_INDEX
])
subprocess.check_call(cmd)