Skip to content

publish wheel #926

@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 find publishing workflows in this repository but it looks as though they are broken or you are not using them?

If you are doing this manually, a typical work flow should be

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

Metadata

Metadata

Assignees

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