From e28df54eabe34d75cbbd4e22588be8a27ff930ee Mon Sep 17 00:00:00 2001 From: jstzwj <1103870790@qq.com> Date: Sat, 4 Jan 2025 04:31:28 +0800 Subject: [PATCH] rename --- .github/workflows/linux_wheel.yml | 4 ++-- .github/workflows/macos_wheel.yml | 4 ++-- .github/workflows/windows_wheel.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux_wheel.yml b/.github/workflows/linux_wheel.yml index cb3de1f..74f5549 100644 --- a/.github/workflows/linux_wheel.yml +++ b/.github/workflows/linux_wheel.yml @@ -19,7 +19,7 @@ env: jobs: build_x86_64: - name: Build Linux x86_64 ${{ matrix.python-version }} wheels + name: Build Linux x86_64 Python ${{ matrix.python-version }} wheels strategy: matrix: os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"] @@ -57,7 +57,7 @@ jobs: CIBW_ENVIRONMENT_LINUX : > TA_LIBRARY_PATH="ta-lib-install/lib" TA_INCLUDE_PATH="ta-lib-install/include" - LD_LIBRARY_PATH="${{ github.workspace }}/ta-lib-install/lib" + LD_LIBRARY_PATH="ta-lib-install/lib" - name: Set wheel name run: | echo "WHEEL_NAME=ta_lib-${{env.TALIB_PY_VER}}-cp${PY_VER//./}-cp${PY_VER//./}-manylinux_${LDD_VERSION//./_}_x86_64.whl" >> $GITHUB_ENV diff --git a/.github/workflows/macos_wheel.yml b/.github/workflows/macos_wheel.yml index 4b588ac..495cbaa 100644 --- a/.github/workflows/macos_wheel.yml +++ b/.github/workflows/macos_wheel.yml @@ -19,7 +19,7 @@ env: jobs: build_x86_64: - name: Build MacOS x86_64 ${{ matrix.python-version }} wheels + name: Build MacOS x86_64 Python ${{ matrix.python-version }} wheels strategy: matrix: os: [macos-14-large] @@ -58,7 +58,7 @@ jobs: path: ./wheelhouse/*.whl name: ${{ env.WHEEL_NAME }} build_arm64: - name: Build MacOS arm64 ${{ matrix.python-version }} wheels + name: Build MacOS arm64 Python ${{ matrix.python-version }} wheels strategy: matrix: os: [macos-14-xlarge] diff --git a/.github/workflows/windows_wheel.yml b/.github/workflows/windows_wheel.yml index 9e47a64..87986ec 100644 --- a/.github/workflows/windows_wheel.yml +++ b/.github/workflows/windows_wheel.yml @@ -20,7 +20,7 @@ env: jobs: build_amd64: - name: Build Windows amd64 ${{ matrix.python-version }} wheels + name: Build Windows amd64 Python ${{ matrix.python-version }} wheels strategy: matrix: os: ["windows-2022"] @@ -59,7 +59,7 @@ jobs: path: ./wheelhouse/*.whl name: ${{ env.WHEEL_NAME }} build_x86: - name: Build Windows x86 ${{ matrix.python-version }} wheels + name: Build Windows x86 Python ${{ matrix.python-version }} wheels strategy: matrix: os: ["windows-2022"]