From a5d9c2859af2ba5e1bae55eeec892c98694a4876 Mon Sep 17 00:00:00 2001 From: rmorshea Date: Thu, 18 May 2023 19:53:55 -0600 Subject: [PATCH] remove accidental comment --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 220b86a..ed095dd 100644 --- a/noxfile.py +++ b/noxfile.py @@ -40,4 +40,4 @@ def check_javascript(session: Session) -> None: def publish(session: Session) -> None: session.install("twine", "build", "wheel") session.run("python", "-m", "build", "--wheel", "--outdir", "dist/") - # session.run("twine", "upload", "dist/*") + session.run("twine", "upload", "dist/*")