]> git.phdru.name Git - ppu.git/commitdiff
Build(devscripts/release): Disable progress bar for `twine`
authorOleg Broytman <phd@phdru.name>
Wed, 21 Sep 2022 08:03:14 +0000 (11:03 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 21 Sep 2022 08:05:42 +0000 (11:05 +0300)
[skip ci]

devscripts/release

index cfdad98796d82e895fa557c5c9db03e4f055a73d..61d71b2a6024a795dfb186d257db27cea7d3f010 100755 (executable)
@@ -12,5 +12,5 @@ python setup.py sdist &&
 find build -name '*.py[co]' -delete &&
 python setup.py bdist_wheel --universal &&
 
-twine upload --skip-existing dist/* &&
+twine upload --disable-progress-bar --skip-existing dist/* &&
 exec rm -rf build dist ppu.egg-info