-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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
Assignees
Labels
No labels