diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-17 12:39:42 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-17 12:39:42 -0400 |
| commit | a0d6d9451ffdff5d851f7f315ff4a97138748240 (patch) | |
| tree | f26fda6fb03f37c85a25f27a52627dfa63d27f03 /release.py | |
| parent | 0989afcc11deadf981e968c77c186af15a30fc24 (diff) | |
| download | python-setuptools-bitbucket-a0d6d9451ffdff5d851f7f315ff4a97138748240.tar.gz | |
Use pypi user when uploading the bootstrap script
Diffstat (limited to 'release.py')
| -rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ def upload_bootstrap_script(): scp_command = 'pscp' if sys.platform.startswith('win') else 'scp' try: subprocess.check_call([scp_command, 'distribute_setup.py', - 'ziade.org:websites/python-distribute.org/']) + 'pypi@ziade.org:python-distribute.org/']) except: print("Unable to upload bootstrap script. Ask Tarek to do it.") |
