diff --git a/release_to_pypi.sh b/release_to_pypi.sh index c94f9be..afbcdbf 100755 --- a/release_to_pypi.sh +++ b/release_to_pypi.sh @@ -10,7 +10,7 @@ rm -Rfv build/ # python2.5 setup.py bdist_egg # rm -Rfv build/ -for ver in 2.7 3.4; do +for ver in 2.7 3.5; do python$ver setup.py bdist_egg python$ver setup.py bdist_wheel rm -Rfv build/