Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jan 3, 2025
1 parent 5aceb9c commit e28df54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit e28df54

Please sign in to comment.