pip install <package> --only-binary :all:
to only install wheels and fail otherwise.
Would source distributions work as a vector for automated propagation, though? If I'm not mistaken, there's no universal standard for building from source distributions.
reply
pip install <package> --only-binary :all:
to only install wheels and fail otherwise.