Packaging for intents
Clone the repo and create a virtual environment:
git clone --recursive https://github.com/OHF-Voice/intents-package
cd intents-package
script/setupUpdate the submodule:
git submodule update --remoteBump the version in pyproject.toml to YYYY.M.D and commit changes.
Generate dist:
script/packageUpload .tar.gz and .whl in dist/ to PyPI.