summaryrefslogtreecommitdiff
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
commit48c098cdc5f2cc9af47c99221cd5fa20c264bfa3 (patch)
tree0c1c47efedd32d21ac59eef3f50f047b4a7979c4 /release.py
parente4f5cf04acc33defa046c87c72c50c773ba9a924 (diff)
downloadpython-setuptools-bitbucket-48c098cdc5f2cc9af47c99221cd5fa20c264bfa3.tar.gz
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)