##// END OF EJS Templates
Backport PR #9925: Only make .tar.gz sdists when releasing...
Backport PR #9925: Only make .tar.gz sdists when releasing PEP 527, which was just accepted, says that there can only be one sdist per release. Tarballs are already the more common sdist format on PyPI, so let's go with that. Signed-off-by: Thomas Kluyver <thomas@kluyver.me.uk>

File last commit:

r21369:e184ea10
r23133:95281330
Show More
Dockerfile
7 lines | 200 B | text/x-dockerfile-config | DockerLexer
# DEPRECATED: You probably want jupyter/notebook
FROM jupyter/notebook
MAINTAINER IPython Project <ipython-dev@scipy.org>
ONBUILD RUN echo "ipython/ipython is deprecated, use jupyter/notebook" >&2