##// END OF EJS Templates
Do not upload to archive.ipython.org anymore...
Do not upload to archive.ipython.org anymore Server is notworking anymore.

File last commit:

r28817:79fd033e
r28817:79fd033e
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...
r28817 Deprecated
Ville M. Vainio
crlf -> lf
r1032
M Bussonnier
Do not upload to archive.ipython.org anymore...
r28817 """
sys.exit("deprecated")
MinRK
add GitHub uploads to release script
r8598
Ville M. Vainio
crlf -> lf
r1032