pycifrw icon indicating copy to clipboard operation
pycifrw copied to clipboard

Making wheels for many different packages available on

Open CPrescher opened this issue 10 months ago • 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

CPrescher avatar Apr 08 '24 06:04 CPrescher