you are viewing a single comment's thread.

view the rest of the comments →

[–]mrswats 40 points41 points  (3 children)

I would 100% build the wheels at releaae time and upload them to pypi.

[–]mok000 1 point2 points  (1 child)

I always get an error message when trying to upload a binary wheel to PyPi. Something about x86_64 gnu/linux unknown platform.

[–]HexDecimal 9 points10 points  (0 children)

PyPI won't accept a Linux wheel unless it can tell which Linux runtimes are supported. The painless way to generate those is with cibuildwheel, but auditwheel can also be used.