Skip to content

Commit 70ff0eb

Browse files
authored
Merge pull request #2244 from pygame-community/dependabot/github_actions/pypa/cibuildwheel-2.13.1
Bump pypa/cibuildwheel from 2.13.0 to 2.13.1
2 parents e07e681 + 5cd61fd commit 70ff0eb

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
@@ -167,7 +167,7 @@ jobs:
167167
fail-on-cache-miss: true
168168

169169
- name: Build and test wheels
170-
uses: pypa/cibuildwheel@v2.13.0
170+
uses: pypa/cibuildwheel@v2.13.1
171171

172172
- uses: actions/upload-artifact@v3
173173
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.0
121+
uses: pypa/cibuildwheel@v2.13.1
122122

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

0 commit comments

Comments
 (0)