diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-09 10:03:05 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-09 10:03:05 -0400 |
commit | 87db22d06a93278635e4fc551872be3b40c5a249 (patch) | |
tree | 31c76e7816dbb43ca40eaa6fffb1d0eaa6288fd4 /release.py | |
parent | 7ae6e5e399dfd2274395aa11570184e47ee7144e (diff) | |
download | external_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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |