Skip to content

Commit 671bcfb

Browse files
committed
.github/workflows: ...
1 parent e3657c2 commit 671bcfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ env:
1313
CIBW_SKIP: "pp*"
1414

1515
jobs:
16-
build_manylinux_x86_64:
17-
name: Build ManyLinux x86_64 wheels
16+
build_linux_x86_64:
17+
name: Build Linux x86_64 wheels
1818
strategy:
1919
matrix:
2020
os: ["ubuntu-22.04"]
@@ -26,9 +26,9 @@ jobs:
2626
uses: pypa/cibuildwheel@v2.23.3
2727
env:
2828
CIBW_BEFORE_ALL: |
29-
chmod +x ./tools/build_talib_linux.sh
30-
./tools/build_talib_linux.sh
29+
TALIB_C_VER=${{env.TALIB_C_VER}} bash ./tools/build_talib_linux.sh
3130
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
31+
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
3232
CIBW_SKIP: "pp* cp*-musllinux*"
3333
CIBW_TEST_COMMAND: >
3434
cd .. &&

0 commit comments

Comments
 (0)