From: Oleg Broytman Date: Sat, 2 Feb 2019 20:35:21 +0000 (+0300) Subject: Build(release): Skip exiting files at PyPI X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=c77352435d62e39b2504bbc76b17ad719d036ae3 Build(release): Skip exiting files at PyPI --- diff --git a/devscripts/release b/devscripts/release index 7afc9dd..f38c3c4 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 --skip-existing dist/* && exec rm -rf build dist m_lib.egg-info