https://github.com/leon-ai/leon-binaries
📦 Third-party binaries for Leon.
https://github.com/leon-ai/leon-binaries
Last synced: 3 months ago
JSON representation
📦 Third-party binaries for Leon.
- Host: GitHub
- URL: https://github.com/leon-ai/leon-binaries
- Owner: leon-ai
- Created: 2025-09-03T16:01:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T15:08:45.000Z (4 months ago)
- Last Synced: 2025-09-10T16:57:47.097Z (4 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leon Binaries for Tools
## Release a New Binary
1. Go to the Actions tab
2. “Build Binaries”
3. Run workflow
4. Set “bin” to the folder name under `bins/` (e.g., faster_whisper).
5. The job will:
- Set up Python and pipenv.
- Run npm run build {bin} using your scripts/build.js.
- Read bins/{bin}/version.py to get version.
- Upload a single artifact per architecture named: {bin}_{version}-{arch}[.exe].
## Debug GitHub Action in Local Env
- https://nektosact.com/installation/index.html