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

devscripts/release

index d72fd78001a826bef1dd5df640e00776c90d539f..cfdad98796d82e895fa557c5c9db03e4f055a73d 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 ppu.egg-info