Skip to content

publish wheel #296

@dimbleby

Description

@dimbleby

I notice that the latest release is missing a wheel

Previous releases included a wheel and it looks as though your publish_package.sh tries to build a wheel so I suppose something has gone wrong?

By the way these days direct invocation of setup.py is deprecated, the preferred way to build both source and wheel distributions would be more like

pip3 install build twine
python3 -m build
twine upload dist/*

Metadata

Metadata

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