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

Use pypi user when uploading the bootstrap script

--HG--
branch : distribute
extra : rebase_source : 83fcc3c6d84e6c8ec4ee9c09a829c77961dd832d
parent 9c22ddc2
......@@ -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.")
......
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