Skip to content

FR: Publish a fully packaged source wheel #559

@nairb774

Description

@nairb774

While the current distribution is workable, it would be nice to get a full wheel published as well.

Right now, when installing plaid-python with uv, it goes through the process of building the plaid-python package. While quick, this does add up over time.

We don't see this sort of issue with other source-only packages, so I'm guessing it is the lack of a published wheel that is triggering this. For example, we don't see this behavior with Celery. Comparing the files for celery and plaid-python on PyPi, we can see that the plaid-python package is missing a *-py3-none-any.whl style file.

I'm by no means a python packaging expert, but mostly looking for simple optimization wins.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions