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 e1e7a43 commit 94ebe5fCopy full SHA for 94ebe5f
.github/workflows/cd.yml
@@ -114,7 +114,7 @@ jobs:
114
uses: docker/setup-qemu-action@v3.6.0
115
if: matrix.use_qemu
116
117
- - uses: pypa/cibuildwheel@v3.1.3
+ - uses: pypa/cibuildwheel@v3.1.4
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