Skip to content

Commit 2c21b96

Browse files
authored
Merge pull request #3394 from pygame-community/dependabot/github_actions/pypa/cibuildwheel-2.23.2
Bump pypa/cibuildwheel from 2.23.1 to 2.23.2
2 parents 68d74aa + d97b113 commit 2c21b96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-macos.yml

+1-1
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].1
140+
uses: pypa/[email protected].2
141141

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

.github/workflows/build-manylinux.yml

+1-1
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].1
96+
uses: pypa/[email protected].2
9797

9898
# We upload the generated files under github actions assets
9999
- name: Upload dist

.github/workflows/build-windows.yml

+1-1
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].1
65+
uses: pypa/[email protected].2
6666

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

0 commit comments

Comments
 (0)