diff --git a/release_to_pypi.sh b/release_to_pypi.sh index 35358af6..c94f9bee 100755 --- a/release_to_pypi.sh +++ b/release_to_pypi.sh @@ -7,8 +7,8 @@ rm -Rfv build/ # Python 2.5 doesn't support wheels -python2.5 setup.py bdist_egg -rm -Rfv build/ +# python2.5 setup.py bdist_egg +# rm -Rfv build/ for ver in 2.7 3.4; do python$ver setup.py bdist_egg