Skip to content

Commit 23358b9

Browse files
committed
update build command
1 parent 03a47b1 commit 23358b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def publish_docs(session):
5454
def build(session):
5555
session.install("setuptools", "wheel", "twine")
5656
shutil.rmtree("dist", ignore_errors=True)
57+
shutil.rmtree("build", ignore_errors=True)
5758
session.run("python", "setup.py", "--quiet", "sdist", "bdist_wheel")
5859
session.run("twine", "check", "dist/*")
5960

0 commit comments

Comments
 (0)