正在显示
6 个修改的文件
包含
6 行增加
和
10 行删除
| @@ -20,7 +20,7 @@ jobs: | @@ -20,7 +20,7 @@ jobs: | ||
| 20 | strategy: | 20 | strategy: |
| 21 | fail-fast: false | 21 | fail-fast: false |
| 22 | matrix: | 22 | matrix: |
| 23 | - os: [ubuntu-latest] | 23 | + os: [ubuntu-20.04] |
| 24 | python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] | 24 | python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] |
| 25 | manylinux: [manylinux2014] #, manylinux_2_28] | 25 | manylinux: [manylinux2014] #, manylinux_2_28] |
| 26 | 26 | ||
| @@ -60,7 +60,6 @@ jobs: | @@ -60,7 +60,6 @@ jobs: | ||
| 60 | ls -lh ./wheelhouse/ | 60 | ls -lh ./wheelhouse/ |
| 61 | 61 | ||
| 62 | - name: Install patchelf | 62 | - name: Install patchelf |
| 63 | - if: matrix.os == 'ubuntu-latest' | ||
| 64 | shell: bash | 63 | shell: bash |
| 65 | run: | | 64 | run: | |
| 66 | sudo apt-get update -q | 65 | sudo apt-get update -q |
| @@ -69,7 +68,6 @@ jobs: | @@ -69,7 +68,6 @@ jobs: | ||
| 69 | 68 | ||
| 70 | - name: Patch wheels | 69 | - name: Patch wheels |
| 71 | shell: bash | 70 | shell: bash |
| 72 | - if: matrix.os == 'ubuntu-latest' | ||
| 73 | run: | | 71 | run: | |
| 74 | mkdir ./wheels | 72 | mkdir ./wheels |
| 75 | sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels | 73 | sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels |
| @@ -20,7 +20,7 @@ jobs: | @@ -20,7 +20,7 @@ jobs: | ||
| 20 | strategy: | 20 | strategy: |
| 21 | fail-fast: false | 21 | fail-fast: false |
| 22 | matrix: | 22 | matrix: |
| 23 | - os: [ubuntu-latest] | 23 | + os: [ubuntu-20.04] |
| 24 | python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] | 24 | python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] |
| 25 | manylinux: [manylinux2014] #, manylinux_2_28] | 25 | manylinux: [manylinux2014] #, manylinux_2_28] |
| 26 | 26 | ||
| @@ -60,7 +60,6 @@ jobs: | @@ -60,7 +60,6 @@ jobs: | ||
| 60 | ls -lh ./wheelhouse/ | 60 | ls -lh ./wheelhouse/ |
| 61 | 61 | ||
| 62 | - name: Install patchelf | 62 | - name: Install patchelf |
| 63 | - if: matrix.os == 'ubuntu-latest' | ||
| 64 | shell: bash | 63 | shell: bash |
| 65 | run: | | 64 | run: | |
| 66 | sudo apt-get update -q | 65 | sudo apt-get update -q |
| @@ -69,7 +68,6 @@ jobs: | @@ -69,7 +68,6 @@ jobs: | ||
| 69 | 68 | ||
| 70 | - name: Patch wheels | 69 | - name: Patch wheels |
| 71 | shell: bash | 70 | shell: bash |
| 72 | - if: matrix.os == 'ubuntu-latest' | ||
| 73 | run: | | 71 | run: | |
| 74 | mkdir ./wheels | 72 | mkdir ./wheels |
| 75 | sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels | 73 | sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels |
| @@ -20,7 +20,7 @@ jobs: | @@ -20,7 +20,7 @@ jobs: | ||
| 20 | strategy: | 20 | strategy: |
| 21 | fail-fast: false | 21 | fail-fast: false |
| 22 | matrix: | 22 | matrix: |
| 23 | - os: [ubuntu-latest] | 23 | + os: [ubuntu-20.04] |
| 24 | python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] | 24 | python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] |
| 25 | manylinux: [manylinux2014] #, manylinux_2_28] | 25 | manylinux: [manylinux2014] #, manylinux_2_28] |
| 26 | 26 |
-
请 注册 或 登录 后发表评论