Skip to content

Commit 99be253

Browse files
Backport PR #59816 on branch 2.3.x (Bump pypa/cibuildwheel from 2.20.0 to 2.21.0) (#60015)
Backport PR #59816: Bump pypa/cibuildwheel from 2.20.0 to 2.21.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60b1b7b commit 99be253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
run: echo "sdist_name=$(cd ./dist && ls -d */)" >> "$GITHUB_ENV"
151151

152152
- name: Build wheels
153-
uses: pypa/cibuildwheel@v2.20.0
153+
uses: pypa/cibuildwheel@v2.21.0
154154
with:
155155
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
156156
env:

0 commit comments

Comments
 (0)