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

devscripts/release

index 829bf055112346b4ac985447f7f6c661dfc3e22c..ab93c29bb605f944d63284eb6d51d759e251d17d 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_librarian.egg-info