mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 17:31:16 +08:00
Fix the release builds in CI (#729)
This commit is contained in:
parent
04fc896016
commit
ad4a45e615
@ -237,6 +237,14 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- mac_build_and_test
|
- mac_build_and_test
|
||||||
- linux_build_and_test
|
- linux_build_and_test
|
||||||
|
|
||||||
|
build_pypi_release:
|
||||||
|
when:
|
||||||
|
and:
|
||||||
|
- not: << pipeline.parameters.nightly_build >>
|
||||||
|
- not: << pipeline.parameters.weekly_build >>
|
||||||
|
- not: << pipeline.parameters.test_release >>
|
||||||
|
jobs:
|
||||||
- build_release:
|
- build_release:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user