Skip to content

Commit

Permalink
Update cibuildwheel
Browse files Browse the repository at this point in the history
cibuildwheel 2.16.5 takes care of pipx in macos-14 so that we don't have
to manually install it.

https://github.com/pypa/cibuildwheel/releases/tag/v2.16.5
  • Loading branch information
palonso committed Feb 1, 2024
1 parent 7e7bd58 commit 0505073
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-wheels-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ jobs:
with:
fetch-depth: 0

- name: Install pipx
if: ${{ matrix.os == 'macos-14' }}
run: brew install pipx

- name: Fetch release tags from GitHub
# Workaround for https://github.com/actions/checkout/issues/290
run: git fetch --tags --force

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.4
uses: pypa/cibuildwheel@v2.16.5
with:
config-file: ${{ matrix.config }}

Expand Down

0 comments on commit 0505073

Please sign in to comment.