> conda-build doesn't produce or consume wheels. It works by creating a clean
> conda environment and running a shell script to install the python package
> into that environment
All files produced by the install
> script are then put into a tar file, which is conda's version of a wheel.