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 472c380 commit df582f2Copy full SHA for df582f2
.github/workflows/cd.yml
@@ -112,7 +112,7 @@ jobs:
112
uses: docker/[email protected]
113
if: matrix.use_qemu
114
115
- - uses: pypa/cibuildwheel@v2.16.5
+ - uses: pypa/cibuildwheel@v2.17.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