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 | 48c098cdc5f2cc9af47c99221cd5fa20c264bfa3 (patch) | |
| tree | 0c1c47efedd32d21ac59eef3f50f047b4a7979c4 /release.py | |
| parent | e4f5cf04acc33defa046c87c72c50c773ba9a924 (diff) | |
| download | python-setuptools-bitbucket-48c098cdc5f2cc9af47c99221cd5fa20c264bfa3.tar.gz | |
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) |
