Skip to content

Commit cb6630b

Browse files
authored
Merge pull request #3526 from pygame-community/dependabot/github_actions/pypa/cibuildwheel-3.0.1
Bump pypa/cibuildwheel from 3.0.0 to 3.0.1
2 parents a6db5c7 + a7712bc commit cb6630b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
version: "0.5.26"
119119

120120
- name: Build and test wheels
121-
uses: pypa/cibuildwheel@v3.0.0
121+
uses: pypa/cibuildwheel@v3.0.1
122122

123123
- uses: actions/upload-artifact@v4
124124
with:

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
CIBW_MANYLINUX_AARCH64_IMAGE: ghcr.io/${{ github.repository }}_aarch64:${{ steps.meta.outputs.version }}
7575
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: ghcr.io/${{ github.repository }}_aarch64:${{ steps.meta.outputs.version }}
7676

77-
uses: pypa/cibuildwheel@v3.0.0
77+
uses: pypa/cibuildwheel@v3.0.1
7878

7979
# We upload the generated files under github actions assets
8080
- name: Upload dist

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
version: "0.5.26"
4444

4545
- name: Build and test wheels
46-
uses: pypa/cibuildwheel@v3.0.0
46+
uses: pypa/cibuildwheel@v3.0.1
4747

4848
- uses: actions/upload-artifact@v4
4949
with:

0 commit comments

Comments
 (0)