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 df3e644 commit af577ebCopy full SHA for af577eb
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
# platforms: all
45
46
- name: Build wheels
47
- uses: pypa/cibuildwheel@v3.0.1
+ uses: pypa/cibuildwheel@v3.1.0
48
env:
49
CIBW_BUILD: ${{ matrix.build }}
50
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -100,7 +100,7 @@ jobs:
100
ref: ${{ github.event.client_payload.ref }}
101
102
103
104
105
- uses: actions/upload-artifact@v4
106
with:
cibw-requirements.txt
@@ -1 +1 @@
1
-cibuildwheel==2.23.3
+cibuildwheel==3.1.0
0 commit comments