eclipse-cyclonedds / cyclonedds-python

Other
54 stars 44 forks source link

PyPi - cyclonedds version not up-to-date #234

Closed trittsv closed 1 month ago

trittsv commented 4 months ago

The python cyclonedds version is not up-to-date on pypi.

https://pypi.org/project/cyclonedds/ still has 0.10.2, but the current version is 0.10.4.

windelbouwman commented 2 months ago

Agreed, it would also be handy to have binary builds available using the python stable API.

https://docs.python.org/3/c-api/stable.html#stable-abi

amolkambar commented 1 month ago

you can build whichever version you want from the git, and can build a wheel which you can share with others. Please note that, the builds will be platform and python version specific. Even different version of python will not be able to install the package with a given wheel.

trittsv commented 1 month ago

pypi packages are updated now