summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-10-17 12:39:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2011-10-17 12:39:42 -0400
commita0d6d9451ffdff5d851f7f315ff4a97138748240 (patch)
treef26fda6fb03f37c85a25f27a52627dfa63d27f03 /release.py
parent0989afcc11deadf981e968c77c186af15a30fc24 (diff)
downloadpython-setuptools-bitbucket-a0d6d9451ffdff5d851f7f315ff4a97138748240.tar.gz
Use pypi user when uploading the bootstrap script
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 3b9950b3..f3000e0b 100644
--- a/release.py
+++ b/release.py
@@ -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.")