Skip to content

Commit

Permalink
Backport PR #55350 on branch 2.1.x (Bump pypa/cibuildwheel from 2.16.…
Browse files Browse the repository at this point in the history
…0 to 2.16.1) (#55358)

Backport PR #55350: Bump pypa/cibuildwheel from 2.16.0 to 2.16.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and dependabot[bot] committed Oct 2, 2023
1 parent c46c3bf commit 78a5500
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 78a5500

Please sign in to comment.