X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=devscripts%2Frelease;h=c6bc18a727da917e2a1f55fa4b4b3be86b4d2831;hb=fc4c763f8e897e8b1925424fc28f58226417093a;hp=b02e47042932a07410dd37c154322554a88e7965;hpb=b35ea76744f1e85c1e7d91ed1bbc55b410e4848d;p=ppu.git diff --git a/devscripts/release b/devscripts/release index b02e470..c6bc18a 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.7 3.3 3.4 3.5 3.6; do +for py in 2.7 3.3 3.4 3.5 3.6 3.7; do find build -name '*.py[co]' -delete && python$py setup.py build_py && python$py setup.py build --executable '/usr/bin/env python' &&