sagemath / cysignals

cysignals: interrupt and signal handling for Cython. Source repository for https://pypi.org/project/cysignals/
GNU Lesser General Public License v3.0
43 stars 23 forks source link

Publish wheels to pypi #153

Closed tobiasdiez closed 1 year ago

tobiasdiez commented 3 years ago

In order to make it easier to use cysignals, it would be nice if pre-built wheels are published to pypi.

kliem commented 2 years ago

This somewhat depends on #125. At least it makes sense to tackle it afterwards, because it removes the optional build-time dependency.

Everything else is system dependent, which is fine for a wheels, I believe.

dimpase commented 2 years ago

with https://github.com/pypa/cibuildwheel it should not matter much (apart from Windows, but, well...)

dimpase commented 2 years ago

see #158 - it should be just it.

dimpase commented 2 years ago

well - there will be a manual step of downloading the artefact and uploading the wheels there to PyPI using twine, but, OK, this is minor.