Skip to content

Commit e95a3c8

Browse files
authored
Merge pull request #2324 from pygame-community/dependabot/github_actions/pypa/cibuildwheel-2.14.1
Bump pypa/cibuildwheel from 2.13.1 to 2.14.1
2 parents 70ff637 + f528517 commit e95a3c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
fail-on-cache-miss: true
177177

178178
- name: Build and test wheels
179-
uses: pypa/cibuildwheel@v2.13.1
179+
uses: pypa/cibuildwheel@v2.14.1
180180

181181
- uses: actions/upload-artifact@v3
182182
with:

.github/workflows/build-manylinux.yml

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

121-
uses: pypa/cibuildwheel@v2.13.1
121+
uses: pypa/cibuildwheel@v2.14.1
122122

123123
# We upload the generated files under github actions assets
124124
- name: Upload dist

0 commit comments

Comments
 (0)