]> git.phdru.name Git - m_librarian.git/blobdiff - devscripts/release
Docs: Update TODO
[m_librarian.git] / devscripts / release
index 7767ea7d4d4bb1364bf873969969cc9d46d7e21f..ab93c29bb605f944d63284eb6d51d759e251d17d 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 --disable-progress-bar --skip-existing dist/* &&
 exec rm -rf build dist m_librarian.egg-info