]> git.phdru.name Git - m_librarian.git/blobdiff - devscripts/release
Build(release): Skip exiting files at PyPI
[m_librarian.git] / 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