dominicprice / endplay

A suite of tools for generation and analysis of bridge deals. Read the documentation at https://endplay.readthedocs.io
MIT License
21 stars 5 forks source link

Fix build system #20

Closed dominicprice closed 1 year ago

dominicprice commented 1 year ago

Some keys which were only defined in setup.cfg now also need to be defined in pyproject.toml for wheels to be built correctly.

Also use this opportunity to clean up the github workflows code by using reusable workflows, and bump versions of cibuildwheel so that it produces wheels for python versions up to 3.12