-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
Description
When a new version is released, addon wheel bundles (tts, stt, onnxruntime, etc.) are not built and attached to the release. This means lf addons install tts returns a 404 for any released version.
Current Behavior
- Addon wheels were built once as a test release (
v0.0.1+feat.addons) viatest-addon-branch.yml - The CLI looks for wheels on the release matching the installed CLI version (e.g.,
v0.0.27) - No wheels exist on
v0.0.27→ 404
Expected Behavior
The release workflow should automatically build and attach addon wheel bundles for all supported platforms as part of each release.
Workaround
LF_ADDON_RELEASE_TAG="v0.0.1+feat.addons" lf addons install ttsContext
- The build tooling exists:
tools/build_addon_wheels.pyandtest-addon-branch.yml - Just needs to be integrated into the main release workflow
- Related: bug(cli): addons install fails for released CLI — registry not found #788 (CLI can't find addon registry for installed binary)
Reactions are currently unavailable