tuwien-cms / xprec

Full quadruple precision (double-double) data type for numpy
MIT License
12 stars 4 forks source link

Automatic upload of binary wheels to PyPI #2

Closed shinaoka closed 2 years ago

shinaoka commented 2 years ago

When a release is created, binary wheels are built for a matrix of

Only 64-bit os are supported. For Linux, manylinux2014_x86_64 wheels musllinux_x86_64 wheels are built. For Mac, Apple M1 is not supported yet. The built wheels are uploaded to PyPI.

shinaoka commented 2 years ago

I found some issue. I will make another one.