solvespace icon indicating copy to clipboard operation
solvespace copied to clipboard

Use cibuildwheel to compile the packages

Open vespakoen opened this issue 3 years ago • 1 comments

Here are the changes to compile the packages with cibuildwheel.

It also looks like you created a source distribution for every os and python version, is this really necessary? I replaced it with a single sdist build, hope that is enough ;)

vespakoen avatar Jan 07 '23 14:01 vespakoen

Thanks for your work!

But isn't sdist build require an external C compiler installation? Building for different platforms lets elementary users can install the package directly.

KmolYuan avatar Jan 09 '23 06:01 KmolYuan