From: Oleg Broytman Date: Sat, 2 Feb 2019 20:35:11 +0000 (+0300) Subject: Build(release): Skip exiting files at PyPI X-Git-Url: https://git.phdru.name/?p=m_lib.full.git;a=commitdiff_plain;h=8974a6245829dda47633c4b567dcf5d42077a0ef Build(release): Skip exiting files at PyPI --- diff --git a/devscripts/release b/devscripts/release index c7c661c..c5753b2 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.full.egg-info