]> git.phdru.name Git - m_librarian.git/commitdiff
Build(release): Skip exiting files at PyPI
authorOleg Broytman <phd@phdru.name>
Sat, 2 Feb 2019 20:35:06 +0000 (23:35 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 2 Feb 2019 20:39:28 +0000 (23:39 +0300)
[skip ci]

devscripts/release

index 7767ea7d4d4bb1364bf873969969cc9d46d7e21f..829bf055112346b4ac985447f7f6c661dfc3e22c 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_librarian.egg-info