Skip to content

Commit df0762d

Browse files
Backport PR #57126 on branch 2.2.x (Bump pypa/cibuildwheel from 2.16.2 to 2.16.4) (#57132)
Backport PR #57126: Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f577be2 commit df0762d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Build normal wheels
141141
if: ${{ (env.IS_SCHEDULE_DISPATCH != 'true' || env.IS_PUSH == 'true') }}
142-
uses: pypa/[email protected].2
142+
uses: pypa/[email protected].4
143143
with:
144144
package-dir: ./dist/${{ matrix.buildplat[1] == 'macosx_*' && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
145145
env:
@@ -148,7 +148,7 @@ jobs:
148148

149149
- name: Build nightly wheels (with NumPy pre-release)
150150
if: ${{ (env.IS_SCHEDULE_DISPATCH == 'true' && env.IS_PUSH != 'true') }}
151-
uses: pypa/[email protected].2
151+
uses: pypa/[email protected].4
152152
with:
153153
package-dir: ./dist/${{ matrix.buildplat[1] == 'macosx_*' && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
154154
env:

0 commit comments

Comments
 (0)