File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 2828
2929# Perform local backup, go to tools dir to run it.
3030cd (tooldir )
31- c ('./make_tarball.py' )
32- c ('mv nibabel-*.tgz %s' % nibbackupdir )
31+ # c('./make_tarball.py')
32+ # c('mv nibabel-*.tgz %s' % nibbackupdir)
3333
3434# Build release files
3535c ('./build_release %s' % nibdir )
@@ -39,14 +39,14 @@ print "Registering with PyPI..."
3939cd (nibdir )
4040c ('./setup.py register' )
4141
42- #### Upload all files
43- ### c('./setup.py sdist --formats=gztar,zip upload')
44- ### cd(distdir)
45- ### print "Uploading distribution files..."
46- ### c('scp * nibabel@nibabel.scipy.org:www/dist/')
47- ###
48- ### print "Uploading backup files..."
49- ### cd(nibbackupdir)
50- ### c('scp `ls -1tr *tgz | tail -1` nibabel@nibabel.scipy.org:www/backup/')
42+ # Upload all files
43+ c ('./setup.py sdist --formats=gztar,zip upload' )
44+ cd (distdir )
45+ #print "Uploading distribution files..."
46+ #c('scp * nibabel@nibabel.scipy.org:www/dist/')
47+
48+ # print "Uploading backup files..."
49+ # cd(nibbackupdir)
50+ # c('scp `ls -1tr *tgz | tail -1` nibabel@nibabel.scipy.org:www/backup/')
5151
5252print "Done!"
You can’t perform that action at this time.
0 commit comments