Skip to content

Commit

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

0 comments on commit 3a08198

Please sign in to comment.