Skip to content

Commit ba306db

Browse files
dependabot[bot]meeseeksmachine
authored andcommitted
Backport PR pandas-dev#60035: Bump pypa/cibuildwheel from 2.21.0 to 2.21.3
1 parent ba3e933 commit ba306db

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)