Skip to main content

Add a --quiet flag to get less verbose output

ID
f7b2075
date
2025-06-30 11:17:25+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
592300f
message
Add a `--quiet` flag to get less verbose output
changed files
1 file, 1 addition, 1 deletion

Changed files

python/deploy_to_pypi (952) → python/deploy_to_pypi (962)

diff --git a/python/deploy_to_pypi b/python/deploy_to_pypi
index e0a0a7a..00810a4 100755
--- a/python/deploy_to_pypi
+++ b/python/deploy_to_pypi
@@ -20,7 +20,7 @@ rm -rv dist/*
 echo ""
 
 print_info '-> python3 -m build'
-python3 -m build
+python3 -m build -C--quiet
 
 echo ""