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 18c67e3 commit 0e9b8f9Copy full SHA for 0e9b8f9
1 file changed
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
# platforms: all
45
46
- name: Build wheels
47
- uses: pypa/cibuildwheel@v3.1.0
+ uses: pypa/cibuildwheel@v3.1
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:
0 commit comments