Skip to content

Commit

Permalink
update cibuildwheel to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Oct 1, 2024
1 parent c407102 commit 91b7453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
python-version: "3.12"
- name: Show wheels that will be built
run: |
python -m pip install cibuildwheel==2.20.1
python -m pip install cibuildwheel==2.21.1
cibuildwheel --print-build-identifiers
- name: Build wheels
uses: pypa/cibuildwheel@v2.20.1
uses: pypa/cibuildwheel@v2.21.1
env:
MACOSX_DEPLOYMENT_TARGET: "14.0"
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 91b7453

Please sign in to comment.