Skip to content

Commit 938f2e6

Browse files
committed
Still need to skip pp38/39 for cibuildwheel
1 parent e65a7ec commit 938f2e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python: ['3.10']
1919
manylinux_image: [ manylinux2014, manylinux_2_28 ]
2020
# Disable for platforms where pure Python wheels would be generated
21-
cibw_skip: [ "pp310-* pp311-* pp312-* pp313-*" ]
21+
cibw_skip: [ "pp38-* pp39-* pp310-* pp311-* pp312-* pp313-*" ]
2222
steps:
2323
- uses: actions/checkout@v4
2424

@@ -78,7 +78,7 @@ jobs:
7878

7979
build_pure_wheels:
8080
name: Build pure python wheels
81-
runs-on: ubuntu-20.04
81+
runs-on: ubuntu-24.04
8282
strategy:
8383
matrix:
8484
python: [3.9]
@@ -122,7 +122,7 @@ jobs:
122122

123123
upload_pypi:
124124
needs: [cibuildwheel_py38plus, build_pure_wheels, build_sdist, build_macos_wheels]
125-
runs-on: ubuntu-20.04
125+
runs-on: ubuntu-24.04
126126
steps:
127127
- name: Download distributions for publishing.
128128
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)