Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
Signed-off-by: NKcqx <[email protected]>
  • Loading branch information
NKcqx committed Dec 26, 2024
1 parent d033303 commit b6d40ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pypi-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD: pip install "cython>=0.29.32" wheel && ./ci/env/install-bazel.sh --system
CIBW_BUILD: cp39-manylinux_aarch64
CIBW_BUILD: cp39-manylinux_x86_64

CIBW_ENVIRONMENT: RAY_DEBUG_BUILD=nightly SKIP_THIRDPARTY_INSTALL=1
with:
Expand All @@ -38,7 +38,7 @@ jobs:
path: ./python/dist/*.whl

build_wheels_on_linux_aarch64:
name: Build wheels on ${{ matrix.os }}
name: Build wheels on ${{ matrix.os }} aarch64
runs-on: ${{ matrix.os }}
container:
image: quay.io/pypa/manylinux2014_aarch64
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:


build_wheels_on_musl_linux_x86_64:
name: Build wheels on ${{ matrix.os }}
name: Build wheels on musl ${{ matrix.os }}
runs-on: ${{ matrix.os }}
container:
# Use container used for building musllinux wheels
Expand All @@ -90,7 +90,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD: pip install "cython>=0.29.32" wheel && ./ci/env/install-bazel.sh --system
CIBW_BUILD: cp39-manylinux_aarch64
CIBW_BUILD: cp39-manylinux_*

CIBW_ENVIRONMENT: RAY_DEBUG_BUILD=nightly SKIP_THIRDPARTY_INSTALL=1
with:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
path: ./python/dist/*.whl

build_wheels_on_macos_silicon:
name: Build wheels on ${{ matrix.os }}
name: Build wheels on ${{ matrix.os }} silicon
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit b6d40ad

Please sign in to comment.