Skip to content

Commit

Permalink
Backport PR pandas-dev#57126: Bump pypa/cibuildwheel from 2.16.2 to 2…
Browse files Browse the repository at this point in the history
….16.4
  • Loading branch information
dependabot[bot] authored and meeseeksmachine committed Jan 29, 2024
1 parent f577be2 commit c20bc2c
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/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.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/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.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 c20bc2c

Please sign in to comment.