Skip to content

publish wheel #459

@dimbleby

Description

@dimbleby

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and for all.

I found the workflow that publishes the sdist, but this is too non-standard for me to figure out how to publish a wheel too

In principle all that is needed should be something like:

python -m pip install build twine
python -m build
twine publish dist/*

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions