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

index c7c661c9eaab4fb325f002685ef210355abccf71..c5753b27b1c29893d88e395eceee2217cfcfd8ea 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.full.egg-info