njazz / syphonpy

Python bindings for the Syphon Framework (OSX)
41 stars 7 forks source link

Implementation of a CI action for the automatic creation and distribution of binary wheels #13

Closed cansik closed 2 years ago

cansik commented 2 years ago

I have created two github CI actions to automatically build and release the prebuilt python packages for syphonpy. This helps developers to simply install the library with pip without thinking about how to build it:

pip install syphonpy

Currently, I am the owner of the PyPi packge, but if you give me your PyPI username I can give you access to publish as well.

I would recommend to add more information to the setup.py like the homepage and author and so on.

njazz commented 2 years ago

Hello Florian,

That's great, thank you so much!!! My username is the same on PyPi Will add more details to setup.py later

Regards, Alex

P.S. Best new year wishes!