Skip to content

Commit 78e8cf2

Browse files
committed
only build 3.8
1 parent b173f29 commit 78e8cf2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/dist.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
# Github Actions doesn't support pairing matrix values together, let's improvise
3131
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
3232
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_*"]
4141

4242
steps:
4343
- name: Checkout pymongo
@@ -81,10 +81,10 @@ jobs:
8181
if: ${{ ! startsWith(matrix.buildplat[1], 'macos') }}
8282
run: |
8383
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
8888
8989
- uses: actions/upload-artifact@v4
9090
with:

0 commit comments

Comments
 (0)