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 c4139bf commit 05d441bCopy full SHA for 05d441b
.github/workflows/benchmark.yml
@@ -33,7 +33,7 @@ jobs:
33
submodules: recursive
34
35
- name: Build wheel
36
- uses: pypa/cibuildwheel@v2.21.2
+ uses: pypa/cibuildwheel@v2.21.3
37
env:
38
CIBW_ARCHS: "${{ matrix.archs }}"
39
CIBW_BUILD: "cp312-${{ matrix.build }}*"
.github/workflows/build-upload.yml
@@ -69,7 +69,7 @@ jobs:
69
python-version: 3.8
70
71
- name: Build wheels
72
73
74
75
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"
0 commit comments