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 13fd104 commit c67511cCopy full SHA for c67511c
.github/workflows/cd.yml
@@ -114,7 +114,7 @@ jobs:
114
uses: docker/[email protected]
115
if: matrix.use_qemu
116
117
- - uses: pypa/cibuildwheel@v3.1.4
+ - uses: pypa/cibuildwheel@v3.2.0
118
env:
119
CIBW_BUILD: "cp312-*"
120
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