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

devscripts/release

index 81488ede5803aff2339344ebf0ce26b990fbd09b..28ce198b25c5a473d09c2951695670dfa893146f 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 sqlconvert.egg-info