Show More
@@ -50,6 +50,10 b" sh('mv ipython-*.tgz %s' % ipbackupdir)" | |||
|
50 | 50 | # Build release files |
|
51 | 51 | sh('./build_release %s' % ipdir) |
|
52 | 52 | |
|
53 | if 'upload' not in sys.argv: | |
|
54 | print("`./release upload` to register and release") | |
|
55 | sys.exit(0) | |
|
56 | ||
|
53 | 57 | # Register with the Python Package Index (PyPI) |
|
54 | 58 | print( 'Registering with PyPI...') |
|
55 | 59 | cd(ipdir) |
General Comments 0
You need to be logged in to leave comments.
Login now