fix release 2

This commit is contained in:
Awni Hannun
2025-11-14 06:21:58 -08:00
parent 3b2ffcefc3
commit 37e9a3a43b
6 changed files with 45 additions and 68 deletions

View File

@@ -16,21 +16,15 @@ runs:
using: "composite"
steps:
- name: Build Python package
shell: bash
env:
MACOSX_DEPLOYMENT_TARGET: ${{ inputs.macos-target }}
shell: bash -l {0}
run: |
conda activate env
pip install build
python setup.py clean --all
MLX_BUILD_STAGE=1 python -m build -w
- name: Build backend package
if: ${{ inputs.build-backend }}
shell: bash
env:
MACOSX_DEPLOYMENT_TARGET: ${{ inputs.macos-target }}
shell: bash -l {0}
run: |
conda activate env
python setup.py clean --all
MLX_BUILD_STAGE=2 python -m build -w