##// END OF EJS Templates
Do not upload to archive.ipython.org anymore (#14485)...
Do not upload to archive.ipython.org anymore (#14485) Server is not working anymore. And cleanup the full release steps.

File last commit:

r28812:79fd033e
r28813:ad07901d merge main
Show More
release
10 lines | 93 B | text/plain | TextLexer
Thomas Kluyver
Release scripts need to use Python 3
r24250 #!/usr/bin/env python3
Fernando Perez
Cleaned up release tools directory....
r2118 """IPython release script.
Ville M. Vainio
crlf -> lf
r1032
M Bussonnier
Do not upload to archive.ipython.org anymore...
r28812 Deprecated
Ville M. Vainio
crlf -> lf
r1032
M Bussonnier
Do not upload to archive.ipython.org anymore...
r28812 """
sys.exit("deprecated")
MinRK
add GitHub uploads to release script
r8598
Ville M. Vainio
crlf -> lf
r1032