We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4167ca commit 110f62aCopy full SHA for 110f62a
.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