File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
buildconfig/manylinux-build/docker_base Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 42
42
- run :
43
43
name : Build the Linux wheels.
44
44
command : |
45
- pip3 install --user cibuildwheel==2.21.1
45
+ pip3 install --user cibuildwheel==2.21.3
46
46
PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
47
47
48
48
- store_artifacts :
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
uv-version : " 0.4.10"
139
139
140
140
- name : Build and test wheels
141
- uses : pypa/cibuildwheel@v2.21.1
141
+ uses : pypa/cibuildwheel@v2.21.3
142
142
143
143
- uses : actions/upload-artifact@v4
144
144
with :
Original file line number Diff line number Diff line change 91
91
CIBW_MANYLINUX_I686_IMAGE : ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
92
92
CIBW_MANYLINUX_PYPY_I686_IMAGE : ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
93
93
94
- uses : pypa/cibuildwheel@v2.21.1
94
+ uses : pypa/cibuildwheel@v2.21.3
95
95
96
96
# We upload the generated files under github actions assets
97
97
- name : Upload dist
Original file line number Diff line number Diff line change 62
62
uv-version : " 0.4.10"
63
63
64
64
- name : Build and test wheels
65
- uses : pypa/cibuildwheel@v2.21.1
65
+ uses : pypa/cibuildwheel@v2.21.3
66
66
67
67
- uses : actions/upload-artifact@v4
68
68
with :
Original file line number Diff line number Diff line change 1
1
# pin version on image for CI stability
2
- FROM quay.io/pypa/manylinux2014_aarch64:2024.09.09-0
2
+ FROM quay.io/pypa/manylinux2014_aarch64:2024.10.07-1
3
3
ENV MAKEFLAGS="-j 2"
4
4
ENV PG_DEP_PREFIX="/usr/local"
5
5
Original file line number Diff line number Diff line change 1
1
# pin version on image for CI stability
2
- FROM quay.io/pypa/manylinux2014_i686:2024.09.09-0
2
+ FROM quay.io/pypa/manylinux2014_i686:2024.10.07-1
3
3
ENV MAKEFLAGS="-j 2"
4
4
ENV PG_DEP_PREFIX="/usr/local"
5
5
Original file line number Diff line number Diff line change 1
1
# pin version on image for CI stability
2
- FROM quay.io/pypa/manylinux2014_x86_64:2024.09.09-0
2
+ FROM quay.io/pypa/manylinux2014_x86_64:2024.10.07-1
3
3
ENV MAKEFLAGS="-j 2"
4
4
ENV PG_DEP_PREFIX="/usr/local"
5
5
You can’t perform that action at this time.
0 commit comments