Skip to content

Commit 32222d2

Browse files
authored
Merge pull request #3103 from pygame-community/dependabot/github_actions/pypa/cibuildwheel-2.21.0
Bump pypa/cibuildwheel from 2.20.0 to 2.21.0
2 parents d6e61c9 + 929d89a commit 32222d2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run:
4343
name: Build the Linux wheels.
4444
command: |
45-
pip3 install --user cibuildwheel==2.20.0
45+
pip3 install --user cibuildwheel==2.21.0
4646
PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
4747
4848
- store_artifacts:

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uv-version: "0.4.10"
139139

140140
- name: Build and test wheels
141-
uses: pypa/cibuildwheel@v2.20.0
141+
uses: pypa/cibuildwheel@v2.21.0
142142

143143
- uses: actions/upload-artifact@v4
144144
with:

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
CIBW_MANYLINUX_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
9292
CIBW_MANYLINUX_PYPY_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
9393

94-
uses: pypa/cibuildwheel@v2.20.0
94+
uses: pypa/cibuildwheel@v2.21.0
9595

9696
# We upload the generated files under github actions assets
9797
- name: Upload dist

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uv-version: "0.4.10"
6363

6464
- name: Build and test wheels
65-
uses: pypa/cibuildwheel@v2.20.0
65+
uses: pypa/cibuildwheel@v2.21.0
6666

6767
- uses: actions/upload-artifact@v4
6868
with:

buildconfig/manylinux-build/docker_base/Dockerfile-aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pin version on image for CI stability
2-
FROM quay.io/pypa/manylinux2014_aarch64:2024.08.03-1
2+
FROM quay.io/pypa/manylinux2014_aarch64:2024.09.09-0
33
ENV MAKEFLAGS="-j 2"
44
ENV PG_DEP_PREFIX="/usr/local"
55

buildconfig/manylinux-build/docker_base/Dockerfile-i686

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pin version on image for CI stability
2-
FROM quay.io/pypa/manylinux2014_i686:2024.08.03-1
2+
FROM quay.io/pypa/manylinux2014_i686:2024.09.09-0
33
ENV MAKEFLAGS="-j 2"
44
ENV PG_DEP_PREFIX="/usr/local"
55

buildconfig/manylinux-build/docker_base/Dockerfile-x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pin version on image for CI stability
2-
FROM quay.io/pypa/manylinux2014_x86_64:2024.08.03-1
2+
FROM quay.io/pypa/manylinux2014_x86_64:2024.09.09-0
33
ENV MAKEFLAGS="-j 2"
44
ENV PG_DEP_PREFIX="/usr/local"
55

0 commit comments

Comments
 (0)