libsass-python
libsass-python copied to clipboard
Add support for musl wheels
This closes #391. I've tested the musl wheel on Alpine edge and it works.
It might be worth creating a new release if and when this PR is merged. Both this change and the Python 2 removal (d333e3c419f48f4b2d96528cb4c83db1f02adaec) are quite important.
please don't touch unrelated files
OK, I'll let you fix those yourself.
is this image official? I can't find any docs for it
It's official. It was added in pypa/manylinux#1135.
it's undocumented so I would prefer to wait until the linked issue there is resolved before depending on undocumented behavior
So, it's fine to depend on a deprecated image (manylinux1) but not an undocumented one?
The "undocumented" image is already used by pypa/cibuildwheel. There's really no reason not to depend on it.
Would you accept a pull request that builds the wheels with cibuildwheel on GitHub actions instead?
I'll take that as a no.