File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
buildconfig/manylinux-build/docker_base Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 version : " 0.5.26"
138138
139139 - name : Build and test wheels
140- uses : pypa/cibuildwheel@v2.22 .0
140+ uses : pypa/cibuildwheel@v2.23 .0
141141
142142 - uses : actions/upload-artifact@v4
143143 with :
Original file line number Diff line number Diff line change 9393 CIBW_MANYLINUX_AARCH64_IMAGE : ghcr.io/${{ github.repository }}_aarch64:${{ steps.meta.outputs.version }}
9494 CIBW_MANYLINUX_PYPY_AARCH64_IMAGE : ghcr.io/${{ github.repository }}_aarch64:${{ steps.meta.outputs.version }}
9595
96- uses : pypa/cibuildwheel@v2.22 .0
96+ uses : pypa/cibuildwheel@v2.23 .0
9797
9898 # We upload the generated files under github actions assets
9999 - name : Upload dist
Original file line number Diff line number Diff line change 6262 version : " 0.5.26"
6363
6464 - name : Build and test wheels
65- uses : pypa/cibuildwheel@v2.22 .0
65+ uses : pypa/cibuildwheel@v2.23 .0
6666
6767 - uses : actions/upload-artifact@v4
6868 with :
Original file line number Diff line number Diff line change 11# pin version on image for CI stability
2- FROM quay.io/pypa/manylinux2014_aarch64:2024.11.16 -1
2+ FROM quay.io/pypa/manylinux2014_aarch64:2025.02.23 -1
33ENV MAKEFLAGS="-j 4"
44ENV PG_DEP_PREFIX="/usr/local"
55
Original file line number Diff line number Diff line change 11# pin version on image for CI stability
2- FROM quay.io/pypa/manylinux2014_i686:2024.11.16 -1
2+ FROM quay.io/pypa/manylinux2014_i686:2025.02.23 -1
33ENV MAKEFLAGS="-j 4"
44ENV PG_DEP_PREFIX="/usr/local"
55
Original file line number Diff line number Diff line change 11# pin version on image for CI stability
2- FROM quay.io/pypa/manylinux2014_x86_64:2024.11.16 -1
2+ FROM quay.io/pypa/manylinux2014_x86_64:2025.02.23 -1
33ENV MAKEFLAGS="-j 4"
44ENV PG_DEP_PREFIX="/usr/local"
55
You can’t perform that action at this time.
0 commit comments