Skip to content

Commit

Permalink
Backport PR pandas-dev#55450: Bump pypa/cibuildwheel from 2.16.1 to 2…
Browse files Browse the repository at this point in the history
….16.2
  • Loading branch information
dependabot[bot] authored and meeseeksmachine committed Oct 9, 2023
1 parent 81a192b commit eaa97e1
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.16.1
uses: pypa/cibuildwheel@v2.16.2
with:
package-dir: ./dist/${{ matrix.buildplat[1] == 'macosx_*' && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
env:
Expand Down

0 comments on commit eaa97e1

Please sign in to comment.