diff --git a/continuous-delivery/build-wheels-osx.sh b/continuous-delivery/build-wheels-osx.sh index defc1473d..3ace18cde 100755 --- a/continuous-delivery/build-wheels-osx.sh +++ b/continuous-delivery/build-wheels-osx.sh @@ -4,9 +4,6 @@ set -e export MACOSX_DEPLOYMENT_TARGET="10.9" /Library/Frameworks/Python.framework/Versions/2.7/bin/python setup.py bdist_wheel -#note python 3.3 on OSX is a no-go, there's no installer. If you can build python 3.3 from source -# you can build the wheel, easy-peasy -#/Library/Frameworks/Python.framework/Versions/3.4/bin/python3 setup.py bdist_wheel /Library/Frameworks/Python.framework/Versions/3.5/bin/python3 setup.py bdist_wheel /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 setup.py bdist_wheel /Library/Frameworks/Python.framework/Versions/3.7/bin/python3 setup.py sdist bdist_wheel