X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=devscripts%2Frelease;h=f1079da20399673bad13ecefad0fd4278612735f;hp=32bcca1b629053691f1af9f48e17195e8dea9282;hb=7d6c89bbfba4554ffe68dd8da0e6fed5961aa128;hpb=98de441a9a72b411ebfd01c79a1f84017a8ea421 diff --git a/devscripts/release b/devscripts/release index 32bcca1..f1079da 100755 --- a/devscripts/release +++ b/devscripts/release @@ -9,7 +9,7 @@ python setup.py build_py && python setup.py build --executable '/usr/bin/env python' && python setup.py sdist && -for py in 2.6 2.7 3.4 3.5 3.6; do +for py in 2.7 3.4 3.5 3.6; do find build -name '*.py[co]' -delete && python$py setup.py build_py && python$py setup.py build --executable '/usr/bin/env python' &&