Commit Graph

7 Commits

Author SHA1 Message Date
Junya Morioka 11c294fd18 fix(ci): run gh release upload from correct repository context
Apply the same fix to _build_windows.yml and _build_windows_code_build.yml
to ensure gh CLI uses the correct repository context when uploading
release assets.
2026-01-08 11:12:41 +09:00
Junya Morioka 72a0037e34 ci: simplify tag name extraction in Windows workflows
- Replace manual GITHUB_REF string manipulation with github.ref_name in _build_windows.yml, _build_windows_code_build.yml, and _build_windows_self_host.yml.
2026-01-08 01:51:48 +09:00
Junya Morioka 7101956b00 fix: correct wheel path and improve build logging in Windows workflows
- Fix wheel path issue caused by build_windows.ps1 changing to
  flash-attention directory (was causing double path like
  flash-attention/flash-attention/dist)
- Add working-directory to Install Test and Upload steps for explicit
  directory control
- Add log grouping (::group::) in build_windows.ps1 for collapsible
  logs in GitHub Actions
- Suppress verbose output with pip -q, git clone -q, and
  NINJA_STATUS=""
2026-01-04 01:19:48 +09:00
Junya Morioka 1bbe3b0ca9 ci: fix virtual environment path for Windows workflows
- Update .venv/bin to .venv/Scripts for Windows compatibility
- Use PowerShell syntax for path assignment in _build_windows_code_build.yml
- Ensure correct GitHub PATH environment variable setup on Windows
2025-12-16 21:47:05 +09:00
Junya Morioka 5d44bd8cd6 ci: refactor Python installation and enable manylinux wheel generation
- Replace actions/setup-python with uv-based Python installation
- Consolidate build dependencies into Python installation step
- Enable auditwheel repair and manylinux wheel generation across all Linux builds
- Add patchelf as build dependency for glibc compatibility
- Update Python version to 3.14 in build and test workflows
2025-12-13 17:16:05 +09:00
Junya Morioka d1715633db feat: add building for arm64 and openci runner test 2025-12-05 01:15:34 +09:00
Junya Morioka 0bce0110f7 feat: Add new test for arm building and fix build prameters 2025-12-04 19:07:32 +09:00