Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.22.0 to 2.23.0 in the github-actions gr…
Browse files Browse the repository at this point in the history
…oup (#423)
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent 273a00c commit 76da0b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: '${{ env.PYVER }}'

- name: build wheels
uses: pypa/cibuildwheel@v2.22.0
uses: pypa/cibuildwheel@v2.23.0
env:
CIBW_BUILD: "*manylinux*"
CIBW_ARCHS: auto64
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
python-version: '${{ env.PYVER }}'

- name: build wheels
uses: pypa/cibuildwheel@v2.22.0
uses: pypa/cibuildwheel@v2.23.0
env:
CIBW_BUILD: "*musllinux*"
CIBW_ARCHS: auto64
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
python-version: '${{ env.PYVER }}'

- name: build wheels
uses: pypa/cibuildwheel@v2.22.0
uses: pypa/cibuildwheel@v2.23.0
env:
CIBW_BUILD: "*macosx*"
CIBW_ARCHS: auto64
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
python-version: '${{ env.PYVER }}'

- name: build wheels
uses: pypa/cibuildwheel@v2.22.0
uses: pypa/cibuildwheel@v2.23.0
env:
CIBW_BUILD: "*macosx*"
CIBW_ARCHS: arm64
Expand Down

0 comments on commit 76da0b7

Please sign in to comment.