Skip to content

Commit

Permalink
Backport PR pandas-dev#55276: Bump pypa/cibuildwheel from 2.15.0 to 2…
Browse files Browse the repository at this point in the history
….16.0
  • Loading branch information
dependabot[bot] authored and meeseeksmachine committed Sep 25, 2023
1 parent fd51bb6 commit 64235bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
run: echo "sdist_name=$(cd ./dist && ls -d */)" >> "$GITHUB_ENV"

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.0
with:
package-dir: ./dist/${{ matrix.buildplat[1] == 'macosx_*' && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
env:
Expand Down

0 comments on commit 64235bb

Please sign in to comment.