Skip to content

Commit d4b3aa5

Browse files
Backport PR pandas-dev#60035 on branch 2.3.x (Bump pypa/cibuildwheel from 2.21.0 to 2.21.3) (pandas-dev#60147)
Backport PR pandas-dev#60035: Bump pypa/cibuildwheel from 2.21.0 to 2.21.3 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba3e933 commit d4b3aa5

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/[email protected].0
153+
uses: pypa/[email protected].3
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)