mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
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
This commit is contained in:
@@ -177,7 +177,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
python-version: 3.14
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install pandas
|
||||
@@ -211,7 +211,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
python-version: 3.14
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install pandas
|
||||
|
||||
Reference in New Issue
Block a user