Skip to content

Commit 48699d6

Browse files
authored
Merge pull request #254 from johnnynunez/patch-3
bump cibuildhweel
2 parents c4167ca + 110f62a commit 48699d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/setup-python@v5
4848
with:
4949
python-version: '3.12'
50-
- run: pip install cibuildwheel==2.22.0
50+
- run: pip install cibuildwheel==2.23.0
5151
- run: python -m cibuildwheel --output-dir wheelhouse
5252
env:
5353
CIBW_BUILD: "${{ matrix.pybuilds }}-*" # Use matrix.pybuilds and matrix.arch

0 commit comments

Comments
 (0)