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