Remove deprecated script to build python binary wheels
Removed the logic in the make_wheels.sh
and removed the file py_wheel.docker
that were used to build Python binary wheels. Binary wheels can now be built using cibuildwheel
. The make_wheels.sh
script has been retained for backward compatibility, but now calls cibuildwheel
.