Drop unnecessary build dir cleanup in tmp checkout

Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com>
This commit is contained in:
Sviatoslav Sydorenko 2020-01-28 17:05:01 +01:00
parent db028e516c
commit 3306f21ed8
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
1 changed files with 0 additions and 4 deletions

View File

@ -259,10 +259,6 @@ def build_release(session):
def build_dists(session):
session.log("# Cleanup build/ before building the wheel")
if release.have_files_in_folder("build"):
shutil.rmtree("build")
session.log(
"# Check if there's any Git-untracked files before building the wheel",
)