Show More
@@ -56,7 +56,7 b" if 'upload' in sys.argv:" | |||||
56 | # Make target dir if it doesn't exist |
|
56 | # Make target dir if it doesn't exist | |
57 | print('1. Uploading IPython to archive.ipython.org') |
|
57 | print('1. Uploading IPython to archive.ipython.org') | |
58 | sh('ssh %s "mkdir -p %s/release/%s" ' % (archive_user, archive_dir, version)) |
|
58 | sh('ssh %s "mkdir -p %s/release/%s" ' % (archive_user, archive_dir, version)) | |
59 |
sh('scp *.tar.gz *. |
|
59 | sh('scp *.tar.gz *.whl %s' % release_site) | |
60 |
|
60 | |||
61 | print('2. Uploading backup files...') |
|
61 | print('2. Uploading backup files...') | |
62 | cd(ipbackupdir) |
|
62 | cd(ipbackupdir) |
General Comments 0
You need to be logged in to leave comments.
Login now