Enhance release workflow and add radio group component

- Updated the release workflow to include a new configuration for the Ubuntu 22.04 platform without TTS bundled.
- Added the @radix-ui/react-radio-group dependency to package.json.
- Implemented a new RadioGroup component for better UI handling of radio inputs.
This commit is contained in:
Jamie Pine
2026-01-31 03:40:27 -08:00
parent ec9402c568
commit ec0fb60197
3 changed files with 49 additions and 4 deletions
+4 -4
View File
@@ -132,10 +132,10 @@ jobs:
python-version: "3.12"
backend: "pytorch"
# Linux - No TTS bundled, providers downloaded separately
# - platform: 'ubuntu-22.04'
# args: ''
# python-version: '3.12'
# backend: 'none'
- platform: "ubuntu-22.04"
args: ""
python-version: "3.12"
backend: "none"
# Windows - No TTS bundled, providers downloaded separately
- platform: "windows-latest"
args: ""