We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3657c2 commit 671bcfbCopy full SHA for 671bcfb
.github/workflows/linux.yml
@@ -13,8 +13,8 @@ env:
13
CIBW_SKIP: "pp*"
14
15
jobs:
16
- build_manylinux_x86_64:
17
- name: Build ManyLinux x86_64 wheels
+ build_linux_x86_64:
+ name: Build Linux x86_64 wheels
18
strategy:
19
matrix:
20
os: ["ubuntu-22.04"]
@@ -26,9 +26,9 @@ jobs:
26
uses: pypa/cibuildwheel@v2.23.3
27
env:
28
CIBW_BEFORE_ALL: |
29
- chmod +x ./tools/build_talib_linux.sh
30
- ./tools/build_talib_linux.sh
+ TALIB_C_VER=${{env.TALIB_C_VER}} bash ./tools/build_talib_linux.sh
31
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
+ CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
32
CIBW_SKIP: "pp* cp*-musllinux*"
33
CIBW_TEST_COMMAND: >
34
cd .. &&
0 commit comments