chaimleib / intervaltree

A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.
Apache License 2.0
636 stars 108 forks source link

[Build] Add bdist build to upload process #125

Closed avi-jois closed 1 year ago

avi-jois commented 1 year ago

Bdists, aka wheels, are a more convenient distribution format to use for python packages.

The Makefile is updated to build a bdist as well as an sdist for the upload target.

chaimleib commented 1 year ago

Nice! Thanks!

avi-jois commented 1 year ago

Thanks for the quick turnaround! If you could cut a release so that pypi has wheels that would be appreciated, but I understand if you don't want to.

ZachSARAO commented 1 year ago

It seems like installing this library fails on 3.10 and up - is this the reason?