We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4167ca + 110f62a commit 48699d6Copy full SHA for 48699d6
.github/workflows/wheels.yml
@@ -47,7 +47,7 @@ jobs:
47
- uses: actions/setup-python@v5
48
with:
49
python-version: '3.12'
50
- - run: pip install cibuildwheel==2.22.0
+ - run: pip install cibuildwheel==2.23.0
51
- run: python -m cibuildwheel --output-dir wheelhouse
52
env:
53
CIBW_BUILD: "${{ matrix.pybuilds }}-*" # Use matrix.pybuilds and matrix.arch
0 commit comments