File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ jobs:
272
272
name : Build Python package
273
273
command : |
274
274
source env/bin/activate
275
+ python setup.py clean --all
275
276
<< parameters.build_env >> MLX_BUILD_STAGE=1 python -m build -w
276
277
- when :
277
278
condition :
@@ -333,6 +334,7 @@ jobs:
333
334
<< parameters.build_env >> pip install ".[dev]" -v
334
335
pip install typing_extensions
335
336
python setup.py generate_stubs
337
+ python setup.py clean --all
336
338
MLX_BUILD_STAGE=1 << parameters.build_env >> python -m build -w
337
339
bash python/scripts/repair_linux.sh
338
340
- when :
Original file line number Diff line number Diff line change 4
4
5
5
#define MLX_VERSION_MAJOR 0
6
6
#define MLX_VERSION_MINOR 26
7
- #define MLX_VERSION_PATCH 4
7
+ #define MLX_VERSION_PATCH 5
8
8
#define MLX_VERSION_NUMERIC \
9
9
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)
10
10
You can’t perform that action at this time.
0 commit comments