Skip to content

Commit

Permalink
remove verbose logging from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Apr 2, 2024
1 parent 7289223 commit e01d290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_command =
python -m pip install {opts} {packages}
commands =
python -m setuptools_scm
python -m build -v
python -m build
python -m twine check dist/*
python -m twine upload dist/*
commands_post=

0 comments on commit e01d290

Please sign in to comment.