##// END OF EJS Templates
more cleanup
Matthias Bussonnier -
Show More
@@ -11,7 +11,7 b' from subprocess import call'
11 import sys
11 import sys
12
12
13 from toollib import (get_ipdir, pjoin, cd, execfile, sh, archive,
13 from toollib import (get_ipdir, pjoin, cd, execfile, sh, archive,
14 sdists, archive_user, archive_dir, buildwheels)
14 archive_user, archive_dir)
15 from gh_api import post_download
15 from gh_api import post_download
16
16
17 # Get main ipython dir, this will raise if it doesn't pass some checks
17 # Get main ipython dir, this will raise if it doesn't pass some checks
@@ -85,7 +85,6 b' else:'
85
85
86 cd(ipdir)
86 cd(ipdir)
87
87
88 buildwheels()
89 print("`./release upload` to upload source distribution on PyPI and ipython archive")
88 print("`./release upload` to upload source distribution on PyPI and ipython archive")
90 sys.exit(0)
89 sys.exit(0)
91
90
General Comments 0
You need to be logged in to leave comments. Login now