]> git.phdru.name Git - m_lib.git/commitdiff
Build(release): Skip exiting files at PyPI
authorOleg Broytman <phd@phdru.name>
Sat, 2 Feb 2019 20:35:21 +0000 (23:35 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 2 Feb 2019 20:35:21 +0000 (23:35 +0300)
devscripts/release

index 7afc9dda82a902bdd5fcf8106f1664229e259e2d..f38c3c46ee7d1d1f0dd6374b3920f9680167440e 100755 (executable)
@@ -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