Skip to content

Commit

Permalink
switch to wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jan 3, 2025
1 parent aefb346 commit 5aceb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_ARCHS_LINUX: x86_64
CIBW_BUILD_FRONTEND: build
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"
PIP_NO_BUILD_ISOLATION=true
- 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

0 comments on commit 5aceb9c

Please sign in to comment.