X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=devscripts%2Frelease;h=836f19e45c116b7759e09675069a271ad2465a20;hb=5628851b334cf39a59b621f773f48835566c364e;hp=8e421e8efdcf77ec4a19b8d29ae5528211efebac;hpb=78c226c6c81593755847cfc9a658344ecf60623e;p=m_lib.defenc.git diff --git a/devscripts/release b/devscripts/release index 8e421e8..836f19e 100755 --- a/devscripts/release +++ b/devscripts/release @@ -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.defenc.egg-info