Skip to content

Commit

Permalink
remove accidental comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed May 19, 2023
1 parent 95fe007 commit a5d9c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -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/*")

0 comments on commit a5d9c28

Please sign in to comment.