正在显示
2 个修改的文件
包含
2 行增加
和
4 行删除
| @@ -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: [macos-latest] | 23 | + os: [macos-11] |
| 24 | python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"] | 24 | python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"] |
| 25 | 25 | ||
| 26 | steps: | 26 | steps: |
| @@ -22,7 +22,7 @@ jobs: | @@ -22,7 +22,7 @@ jobs: | ||
| 22 | strategy: | 22 | strategy: |
| 23 | fail-fast: false | 23 | fail-fast: false |
| 24 | matrix: | 24 | matrix: |
| 25 | - os: [macos-latest] | 25 | + os: [macos-11] |
| 26 | python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"] | 26 | python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"] |
| 27 | 27 | ||
| 28 | steps: | 28 | steps: |
| @@ -59,8 +59,6 @@ jobs: | @@ -59,8 +59,6 @@ jobs: | ||
| 59 | run: | | 59 | run: | |
| 60 | ls -lh ./wheelhouse/ | 60 | ls -lh ./wheelhouse/ |
| 61 | 61 | ||
| 62 | - ls -lh ./wheelhouse/*.whl | ||
| 63 | - | ||
| 64 | - uses: actions/upload-artifact@v4 | 62 | - uses: actions/upload-artifact@v4 |
| 65 | with: | 63 | with: |
| 66 | name: wheel-${{ matrix.python-version }} | 64 | name: wheel-${{ matrix.python-version }} |
-
请 注册 或 登录 后发表评论