Commit 87db22d0 authored by Jason R. Coombs's avatar Jason R. Coombs

Allow uploading the docs

parent 7ae6e5e3
...@@ -173,7 +173,7 @@ def upload_to_pypi(): ...@@ -173,7 +173,7 @@ def upload_to_pypi():
] ]
if has_docs: if has_docs:
cmd.extend([ cmd.extend([
#'upload_docs', '-r', PACKAGE_INDEX 'upload_docs', '-r', PACKAGE_INDEX
]) ])
subprocess.check_call(cmd) subprocess.check_call(cmd)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment