Skip to content

Commit

Permalink
Backport PR pandas-dev#57126 on branch 2.2.x (Bump pypa/cibuildwheel …
Browse files Browse the repository at this point in the history
…from 2.16.2 to 2.16.4) (pandas-dev#57132)

Backport PR pandas-dev#57126: Bump pypa/cibuildwheel from 2.16.2 to 2.16.4

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and dependabot[bot] authored Jan 29, 2024
1 parent f577be2 commit df0762d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

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

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

0 comments on commit df0762d

Please sign in to comment.