-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: feature requestRequest for a new featureRequest for a new feature
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.
Metadata
Metadata
Assignees
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: feature requestRequest for a new featureRequest for a new feature