Show More
@@ -50,6 +50,10 b" sh('mv ipython-*.tgz %s' % ipbackupdir)" | |||||
50 | # Build release files |
|
50 | # Build release files | |
51 | sh('./build_release %s' % ipdir) |
|
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 | # Register with the Python Package Index (PyPI) |
|
57 | # Register with the Python Package Index (PyPI) | |
54 | print( 'Registering with PyPI...') |
|
58 | print( 'Registering with PyPI...') | |
55 | cd(ipdir) |
|
59 | cd(ipdir) |
General Comments 0
You need to be logged in to leave comments.
Login now