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 ac9a1ae commit 57e9f04Copy full SHA for 57e9f04
.github/workflows/wheels.yml
@@ -46,7 +46,7 @@ jobs:
46
# platforms: all
47
48
- name: Build wheels
49
- uses: pypa/cibuildwheel@v2.20.0
+ uses: pypa/cibuildwheel@v2.21.0
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.20.0
+cibuildwheel==2.21.0
0 commit comments