Skip to content

Commit 5f783c1

Browse files
authored
Merge pull request #3387 from pygame-community/dependabot/github_actions/pypa/cibuildwheel-2.23.1
Bump pypa/cibuildwheel from 2.23.0 to 2.23.1
2 parents 579e7bb + 499d09f commit 5f783c1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
version: "0.5.26"
138138

139139
- name: Build and test wheels
140-
uses: pypa/[email protected].0
140+
uses: pypa/[email protected].1
141141

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

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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/[email protected].0
96+
uses: pypa/[email protected].1
9797

9898
# We upload the generated files under github actions assets
9999
- 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
version: "0.5.26"
6363

6464
- name: Build and test wheels
65-
uses: pypa/[email protected].0
65+
uses: pypa/[email protected].1
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:2025.02.23-1
2+
FROM quay.io/pypa/manylinux2014_aarch64:2025.03.09-1
33
ENV MAKEFLAGS="-j 4"
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:2025.02.23-1
2+
FROM quay.io/pypa/manylinux2014_i686:2025.03.09-1
33
ENV MAKEFLAGS="-j 4"
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:2025.02.23-1
2+
FROM quay.io/pypa/manylinux2014_x86_64:2025.03.09-1
33
ENV MAKEFLAGS="-j 4"
44
ENV PG_DEP_PREFIX="/usr/local"
55

0 commit comments

Comments
 (0)