Commit a4db48e4 authored by Jason R. Coombs's avatar Jason R. Coombs

Re-enable automatic registration and upload of the released package

parent f113f36b
No related merge requests found
......@@ -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([
......
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