We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cd3fa commit 0391e8cCopy full SHA for 0391e8c
.github/workflows/wheels.yml
@@ -46,7 +46,7 @@ jobs:
46
# platforms: all
47
48
- name: Build wheels
49
- uses: pypa/cibuildwheel@v2.21.2
+ uses: pypa/cibuildwheel@v2.21.3
50
env:
51
CIBW_BUILD: ${{ matrix.build }}
52
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -102,7 +102,7 @@ jobs:
102
ref: ${{ github.event.client_payload.ref }}
103
104
105
106
107
- uses: actions/upload-artifact@v4
108
with:
cibw-requirements.txt
@@ -1 +1 @@
1
-cibuildwheel==2.21.2
+cibuildwheel==2.21.3
0 commit comments