-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, only Linux wheel is available, no source distribution for wheels for other systems.
We at least should upload source to PyPI. I guess
python setup.py sdist
wine upload dist/*
might be it?
Alternatively, A CI can also be created to automate it; similar to: https://github.com/openkim/kliff/blob/main/.github/workflows/publish.yml
Longer term, we might want to automate the building of wheels for other systems. This seems promising: https://github.com/pypa/cibuildwheel
Metadata
Metadata
Assignees
Labels
No labels