Skip to content

Commit 2a1f0b3

Browse files
authored
Merge pull request pygame#4321 from pygame/dependabot/github_actions/pypa/cibuildwheel-2.20.0
build(deps): bump pypa/cibuildwheel from 2.19.2 to 2.20.0
2 parents 790e921 + 560216e commit 2a1f0b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
key: macdep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/macdependencies/*.sh') }}-${{ matrix.macarch }}
162162

163163
- name: Build and test wheels
164-
uses: pypa/cibuildwheel@v2.19.2
164+
uses: pypa/cibuildwheel@v2.20.0
165165

166166
- uses: actions/upload-artifact@v3
167167
with:

Diff for: .github/workflows/build-manylinux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/[email protected]
9191

9292
- name: Build and test wheels
93-
uses: pypa/cibuildwheel@v2.19.2
93+
uses: pypa/cibuildwheel@v2.20.0
9494

9595
# We upload the generated files under github actions assets
9696
- name: Upload dist

0 commit comments

Comments
 (0)