@@ -30,14 +30,14 @@ jobs:
30
30
# Github Actions doesn't support pairing matrix values together, let's improvise
31
31
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
32
32
buildplat :
33
- - [ubuntu-20.04, "manylinux_x86_64", "cp3 *-manylinux_x86_64"]
34
- - [ubuntu-20.04, "manylinux_aarch64", "cp3 *-manylinux_aarch64"]
35
- - [ubuntu-20.04, "manylinux_ppc64le", "cp3 *-manylinux_ppc64le"]
36
- - [ubuntu-20.04, "manylinux_s390x", "cp3 *-manylinux_s390x"]
37
- - [ubuntu-20.04, "manylinux_i686", "cp3 *-manylinux_i686"]
38
- - [windows-2019, "win_amd6", "cp3 *-win_amd64"]
39
- - [windows-2019, "win32", "cp3 *-win32"]
40
- - [macos-14, "macos", "cp *-macosx_*"]
33
+ - [ubuntu-20.04, "manylinux_x86_64", "cp38 *-manylinux_x86_64"]
34
+ - [ubuntu-20.04, "manylinux_aarch64", "cp38 *-manylinux_aarch64"]
35
+ - [ubuntu-20.04, "manylinux_ppc64le", "cp38 *-manylinux_ppc64le"]
36
+ - [ubuntu-20.04, "manylinux_s390x", "cp38 *-manylinux_s390x"]
37
+ - [ubuntu-20.04, "manylinux_i686", "cp38 *-manylinux_i686"]
38
+ - [windows-2019, "win_amd6", "cp38 *-win_amd64"]
39
+ - [windows-2019, "win32", "cp38 *-win32"]
40
+ - [macos-14, "macos", "cp38 *-macosx_*"]
41
41
42
42
steps :
43
43
- name : Checkout pymongo
@@ -81,10 +81,10 @@ jobs:
81
81
if : ${{ ! startsWith(matrix.buildplat[1], 'macos') }}
82
82
run : |
83
83
ls wheelhouse/*cp38*.whl
84
- ls wheelhouse/*cp39*.whl
85
- ls wheelhouse/*cp310*.whl
86
- ls wheelhouse/*cp311*.whl
87
- ls wheelhouse/*cp312*.whl
84
+ # ls wheelhouse/*cp39*.whl
85
+ # ls wheelhouse/*cp310*.whl
86
+ # ls wheelhouse/*cp311*.whl
87
+ # ls wheelhouse/*cp312*.whl
88
88
89
89
- uses : actions/upload-artifact@v4
90
90
with :
0 commit comments