Closed
Description
When building wheels via "pip wheel" I often want to just build those wheels that I can't get from PyPI (for example, for upload to a local index). Current behaviour builds the specified requirements and all their dependencies, and also downloads any already-existing wheels into the target wheelhouse.
It would be good to have an option to not download already-existing wheels, so that the resulting wheelhouse only contains wheels that aren't available already. It's then possible to just upload the whole contents of the wheelhouse to the local index, without needing to do an "is this already on PyPI" check.