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