Skip to content

pip wheel should have a "don't download wheels" option #2657

Closed
@pfmoore

Description

@pfmoore

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

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automationtype: feature requestRequest for a new feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions