kardia-as / zigpy-zboss

GNU General Public License v3.0
36 stars 4 forks source link

GitHub releases + PyPI packages of "zigpy-zboss"? #3

Closed Hedda closed 1 year ago

Hedda commented 1 year ago

Can you please tag and releases zigpy-zboss (e.g. "v0.0.1", "v0.0.2", etc. ) here on GitHub?

https://github.com/kardia-as/zigpy-zboss/releases

And also make those released available via PyPI? At example:

https://pypi.org/project/zigpy-zboss/

Having even new small revisions released as new "versions" and available via PyPI makes it much easier for users to install it + updates.

https://docs.github.com/en/repositories/releasing-projects-on-github

See reusable GitHub workflows from the zigpy organization:

https://github.com/zigpy/workflows

Tagged release versions of zigpy libraries are automation packaged via GitHub Actions and made available via separate projects on PyPI:

https://pypi.org/project/zigpy/ https://pypi.org/project/zha-quirks/ https://pypi.org/project/bellows/ https://pypi.org/project/zigpy-znp/ https://pypi.org/project/zigpy-deconz/ https://pypi.org/project/zigpy-xbee/ https://pypi.org/project/zigpy-zigate/ https://pypi.org/project/zigpy-cc/ (obsolete as replaced by zigpy-znp)

PS: If this project later gets moved into the zigpy organization (like other similar radio libraries for zigpy have done previously) then remember to give admin access in the PyPI project to other zigpy members as well for several people have full access ;)