zigpy / zigpy-deconz

A library which communicates with Deconz radios for zigpy
GNU General Public License v3.0
87 stars 20 forks source link

Use shared PyPi release workflow #225

Closed TheJulianJES closed 1 year ago

TheJulianJES commented 1 year ago

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

Note: Unlike other repos, zigpy-deconz still uses the shared CI workflow with PYTHON_VERSION_DEFAULT set to 3.8.14 (not Python 3.9.x). I've thus kept the PYTHON_VERSION_DEFAULT to same version used by the CI workflow. This should probably be cleaned up before (or after merging) this PR.

(It's also likely that Python 3.12 tests will fail on this repo)