Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 committed Aug 25, 2020
1 parent 03a47b1 commit 23358b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def publish_docs(session):
def build(session):
session.install("setuptools", "wheel", "twine")
shutil.rmtree("dist", ignore_errors=True)
shutil.rmtree("build", ignore_errors=True)
session.run("python", "setup.py", "--quiet", "sdist", "bdist_wheel")
session.run("twine", "check", "dist/*")

Expand Down

0 comments on commit 23358b9

Please sign in to comment.