Skip to content

Commit cc65556

Browse files
committed
BF - uncomment and comment stuff to make release script functional
1 parent 6ed9be0 commit cc65556

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tools/release

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ print
2828

2929
# Perform local backup, go to tools dir to run it.
3030
cd(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
3535
c('./build_release %s' % nibdir)
@@ -39,14 +39,14 @@ print "Registering with PyPI..."
3939
cd(nibdir)
4040
c('./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 * [email protected]:www/dist/')
47-
###
48-
###print "Uploading backup files..."
49-
###cd(nibbackupdir)
50-
###c('scp `ls -1tr *tgz | tail -1` [email protected]: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 * [email protected]:www/dist/')
47+
48+
# print "Uploading backup files..."
49+
# cd(nibbackupdir)
50+
# c('scp `ls -1tr *tgz | tail -1` [email protected]:www/backup/')
5151

5252
print "Done!"

0 commit comments

Comments
 (0)