magland / isosplit6

Isosplit clustering
Apache License 2.0
3 stars 3 forks source link

Automatically deploy wheels to PyPI on new version release. #3

Closed JoeZiminski closed 10 months ago

JoeZiminski commented 11 months ago

PR #2 introduces cibuildwheels which creates wheels for distribution across many platforms including macos. However, these need to be uploaded manually. Instead these can be generated and uploaded to PyPI during version release. Can use Mountainsort5 publish CI as a base.

"it is easier to create a deploy.yml similar to mountainsort's that will test and build the package, as well as building and depliying the wheels to pypi automatically."

JoeZiminski commented 11 months ago

sorry @magland realised I can't assign myself but please feel free to assign me!