Skip to content

Remove deprecated script to build python binary wheels

Marcel Loose requested to merge remove-deprecated-build_wheels into master

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.

Merge request reports