jamesrhester/pycifrw

Making wheels for many different packages available on

Opened this issue · 0 comments

Hi,

currently, PyCifRW installation from pip requires either build tools installed or being on windows and python 3.11

Is it possible, to either losen the restrictions - as far as I understand the c-extensions are not required - or provide compiled wheels for multiple systems?

The latter is extremely easy with github actions. An example for such an action can be found under: https://github.com/CPrescher/xypattern/blob/main/.github/workflows/CD.yml

Best wishes,
Clemens