##// END OF EJS Templates
don't upload to GitHub in release script...
MinRK -
Show More
@@ -55,6 +55,8 b' cd(distdir)'
55 print( 'Uploading distribution files...')
55 print( 'Uploading distribution files...')
56
56
57 for fname in os.listdir('.'):
57 for fname in os.listdir('.'):
58 # GitHub doesn't have an API for uploads at the moment
59 continue
58 print('uploading %s to GitHub' % fname)
60 print('uploading %s to GitHub' % fname)
59 desc = "IPython %s source distribution" % version
61 desc = "IPython %s source distribution" % version
60 post_download("ipython/ipython", fname, description=desc)
62 post_download("ipython/ipython", fname, description=desc)
General Comments 0
You need to be logged in to leave comments. Login now