X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=devscripts%2Frelease;h=9837223f43e841a5786250b43c97535669a5ff08;hb=6fae43596df9f454186896d861c9062646e51ee1;hp=357cd2a99b177b84ff992f5d5c256e19b12342ac;hpb=6d7c9805c78ef668e6351c5dcb3f25518c1230cd;p=ppu.git diff --git a/devscripts/release b/devscripts/release index 357cd2a..9837223 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' &&