fix release 2 (#2767)

* fix release 2

* login

* fix
This commit is contained in:
Awni Hannun
2025-11-16 11:39:53 -08:00
committed by GitHub
parent aad49f932f
commit 49e4566df3
6 changed files with 50 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