Skip to content

Commit

Permalink
add verbose logging to python build publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Apr 1, 2024
1 parent 540f1c2 commit 00abb00
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 @@ -35,7 +35,7 @@ install_command =
python -m pip install {opts} {packages}
commands =
python -m setuptools_git_versioning
python -m build
python -m build -v
python -m twine check dist/*
python -m twine upload dist/*
commands_post=

0 comments on commit 00abb00

Please sign in to comment.