mikejgray / neon-homeassistant-skill

A Neon AI Skill for Home Assistant, which integrates with ovos-PHAL-plugin-homeassistant.
Apache License 2.0
7 stars 4 forks source link

[FEAT] Configure pypi releases from Python #32

Open mikejgray opened 10 months ago

mikejgray commented 10 months ago

Objective

Currently, pypi releases are going out manually via poetry's publish functionality. This is a good opportunity to create a template GitHub Action to handle those version bumps and publishing automatically.

Initial Implementation Requirements

Other Considerations