Skip to content

Commit a5d9c28

Browse files
committed
remove accidental comment
1 parent 95fe007 commit a5d9c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ def check_javascript(session: Session) -> None:
4040
def publish(session: Session) -> None:
4141
session.install("twine", "build", "wheel")
4242
session.run("python", "-m", "build", "--wheel", "--outdir", "dist/")
43-
# session.run("twine", "upload", "dist/*")
43+
session.run("twine", "upload", "dist/*")

0 commit comments

Comments
 (0)