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

index 8e421e8efdcf77ec4a19b8d29ae5528211efebac..836f19e45c116b7759e09675069a271ad2465a20 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.defenc.egg-info