]> git.phdru.name Git - m_lib.defenc.git/commitdiff
Build(devscripts/release): Disable progress bar for `twine`
authorOleg Broytman <phd@phdru.name>
Wed, 21 Sep 2022 08:02:36 +0000 (11:02 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 21 Sep 2022 08:06:17 +0000 (11:06 +0300)
[skip ci]

devscripts/release

index 836f19e45c116b7759e09675069a271ad2465a20..a34b2cc802a4f812ee789d722ea807850e850772 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 m_lib.defenc.egg-info