##// END OF EJS Templates
add wheels to release...
MinRK -
Show More
@@ -21,6 +21,8 b' cd(ipdir)'
21 21
22 22 # Load release info
23 23 execfile(pjoin('IPython','core','release.py'))
24 # ensure js version is in sync
25 sh('./setup.py jsversion')
24 26
25 27 # Build site addresses for file uploads
26 28 release_site = '%s/release/%s' % (archive, version)
@@ -51,6 +53,9 b" sh('./setup.py register')"
51 53
52 54 # Upload all files
53 55 sh(sdists + ' upload')
56 for py in ('2.7', '3.3'):
57 sh('python%s setupegg.py bdist_wheel' % py)
58
54 59 cd(distdir)
55 60 print( 'Uploading distribution files...')
56 61
General Comments 0
You need to be logged in to leave comments. Login now