bwhmather / ssort

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

Build and release wheels to PyPI #104

Closed bwhmather closed 10 months ago

bwhmather commented 10 months ago

My earlier concerns about build-system requirements in sdists are a complete non-issue if we distribute wheels instead. Wheels just contain the files to install and a little bit of metadata (essentially the contents of the project section in pyproject.toml, the LICENSE and the README). Building both fixes everything.

github-actions[bot] commented 10 months ago

Pull Request Test Coverage Report for Build 7363005138


Totals Coverage Status
Change from base Build 7362987537: 0.0%
Covered Lines: 1285
Relevant Lines: 1308

💛 - Coveralls