We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802047a commit 04cb8baCopy full SHA for 04cb8ba
.github/workflows/wheels.yml
@@ -48,7 +48,7 @@ jobs:
48
if: runner.os == 'Linux'
49
uses: docker/setup-qemu-action@v3
50
- name: Build wheels
51
- uses: pypa/cibuildwheel@v2.20.0
+ uses: pypa/cibuildwheel@v2.21.0
52
with:
53
output-dir: wheelhouse
54
env:
0 commit comments