Python wheel distribution including native zenoh-c lib
Closed this issue · 1 comments
JEnoch commented
Setup the build to create Python wheel distributions embedding the zenoh-c native lib.
Ideally, set-up the Github workflow for automatic upload to Pypi.
JEnoch commented
Automatic upload to Pypi have not been setup.
Since Pypi doesn't have a mechanism similar to Maven's SNAPSHOTS, it refuses to overwrite the same version of a software that have been previously uploaded. Therefore, each upload of a build would require a change of version in setup.py. This can't be automated.