bwhmather / ssort

Tool for automatically sorting python statements within a module
MIT License
360 stars 10 forks source link

Build wheel #107

Closed PythonCoderAS closed 8 months ago

PythonCoderAS commented 8 months ago

ssort has no wheel, so pip will always build a wheel from scratch. This is fine normally but not if using QEmu to build for another architecture, such as in CI. Since the package is written in pure Python, only a single wheel should need to be built.

If possible, could a wheel please be built?

bwhmather commented 8 months ago

I was pretty sure I had fixed this, but apparently PR was never merged. Fixed in version 0.12.1, which I have just pushed. Thank you for bringing this to my attention.