X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=devscripts%2Frelease;h=d94c27f69133ca6c906527722f5e0b35803b0dd7;hb=ed3f26272fc1a143dcaed6ff9198b5d87bc2a0c0;hp=c7c661c9eaab4fb325f002685ef210355abccf71;hpb=51e32c8f1ba6272b96c7137d812bc14ede4662d7;p=m_lib.full.git diff --git a/devscripts/release b/devscripts/release index c7c661c..d94c27f 100755 --- a/devscripts/release +++ b/devscripts/release @@ -12,5 +12,5 @@ python setup.py sdist && find build -name '*.py[co]' -delete && python setup.py bdist_wheel --universal && -twine upload dist/* && +twine upload --disable-progress-bar --skip-existing dist/* && exec rm -rf build dist m_lib.full.egg-info