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 b301392 commit c101731Copy full SHA for c101731
.github/workflows/cd.yml
@@ -112,7 +112,7 @@ jobs:
112
uses: docker/setup-qemu-action@v3.0.0
113
if: matrix.use_qemu
114
115
- - uses: pypa/cibuildwheel@v2.17.0
+ - uses: pypa/cibuildwheel@v2.18.0
116
env:
117
CIBW_BUILD: "cp312-*"
118
CIBW_ARCHS: "${{ matrix.arch }}"
.github/workflows/ci.yml
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
CIBW_BUILD: "${{ matrix.python-version }}-*"
110
0 commit comments