From: Oleg Broytman Date: Sat, 2 Feb 2019 20:35:06 +0000 (+0300) Subject: Build(release): Skip exiting files at PyPI X-Git-Tag: 0.1.6~37 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=aed8183b14e5236c9a8899ca6ae8a99bfe35d8e2 Build(release): Skip exiting files at PyPI [skip ci] --- diff --git a/devscripts/release b/devscripts/release index 7767ea7..829bf05 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_librarian.egg-info