-
Notifications
You must be signed in to change notification settings - Fork 46
Releasing language parser plugins
JZ edited this page Nov 2, 2024
·
2 revisions
Additional language parser plugins (in the /plugins
folder) are released to pypi independently of Lute.
For example:
pushd plugins/lute-mandarin/
flit publish --repository pypi
popd
After releasing, do the regular release wrap-up.
Note: you probably also want the plug-in to be included in the lute image, so add it to docker/Dockerfile_scripts/install_everything.sh
.
This wiki is for developer documentation. User documentation is in the user manual
Thanks!