X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fdevscripts%2Frelease;fp=project_template%2Fdevscripts%2Frelease;h=e800c4596150d87c7447bbbeb10021b1da853b3e;hp=3fe6abea318e94fb61fdd5bdd54736a0ff846586;hb=f47f7206030e336d2b1362c7fb9090a41ca3d06c;hpb=f0d11b29c346d0c9eafffd31dd4e14f5bc1b726e diff --git a/project_template/devscripts/release b/project_template/devscripts/release index 3fe6abe..e800c45 100755 --- a/project_template/devscripts/release +++ b/project_template/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 *.egg-info