flintlib / python-flint

Python bindings for Flint and Arb
MIT License
130 stars 24 forks source link

Uploading wheels to pypi #1

Closed ghost closed 1 year ago

ghost commented 6 years ago

FYI I'm working on uploading wheels to pypi over at https://github.com/xoviat/build-python-flint. After some pain, I've managed to build python-flint on windows and will probably have builds for OSX and manylinux as well.

oscarbenjamin commented 1 year ago

Oh, also as of the 0.4.1 release the tests can be run against the installed distribution as suggested by @NathanDunfield above:

pip install python-flint
python -m flint.test
oscarbenjamin commented 1 year ago

I've opened #51 to track the problem with the Linux wheels. In the mean time there are wheels for Windows and OSX on PyPI and I have tested them on both platforms and both architectures for OSX.

I'm going to close this issue, so please use #51 to followup on the problem with the Linux wheels.

Thanks everyone above for your help!