zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
177 stars 87 forks source link

Use shared PyPi release workflow #573

Closed TheJulianJES closed 12 months ago

TheJulianJES commented 12 months ago

Migrates the PyPi publishing workflow to the shared workflow. (Reference: https://github.com/zigpy/zigpy/pull/1239)

The previous publishing workflow for bellows used Python 3.8 However, bellows already uses the shared CI workflow with Python 3.9.15 (like the other repos), so it should be good to also change it here.