From cc6b362345b1734456ead81cf71df18aa3a27a5b 2021-12-10 21:38:48 From: Matthias Bussonnier Date: 2021-12-10 21:38:48 Subject: [PATCH] more cleanup --- diff --git a/tools/release b/tools/release index 385668d..45fb7e4 100755 --- a/tools/release +++ b/tools/release @@ -11,7 +11,7 @@ from subprocess import call import sys from toollib import (get_ipdir, pjoin, cd, execfile, sh, archive, - sdists, archive_user, archive_dir, buildwheels) + archive_user, archive_dir) from gh_api import post_download # Get main ipython dir, this will raise if it doesn't pass some checks @@ -85,7 +85,6 @@ else: cd(ipdir) - buildwheels() print("`./release upload` to upload source distribution on PyPI and ipython archive") sys.exit(0)