From: Oleg Broytman Date: Sat, 2 Feb 2019 20:34:51 +0000 (+0300) Subject: Build(release): Skip exiting files at PyPI X-Git-Tag: 0.8.0~21 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=dbe5952caea877d39448c3b7443c8aa61baa5827 Build(release): Skip exiting files at PyPI [skip ci] --- diff --git a/devscripts/release b/devscripts/release index d72fd78..cfdad98 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 ppu.egg-info