Packaging for intents
Clone the repo and create a virtual environment:
git clone --recursive https://github.com/home-assistant/intents-package
cd intents-package
script/setup
Update the submodule:
git submodule update --remote
Bump the version in pyproject.toml
to YYYY.M.D
and commit changes.
Generate dist:
script/package
Upload .tar.gz
and .whl
in dist/
to PyPI.