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 1f7856d commit f355a65Copy full SHA for f355a65
2 files changed
.github/workflows/pypi-release.yml
@@ -57,7 +57,7 @@ jobs:
57
- uses: actions/checkout@v4
58
59
- name: Build wheels and run tests
60
- uses: pypa/cibuildwheel@v2.23.3
+ uses: pypa/cibuildwheel@v3.2.1
61
env:
62
CIBW_BUILD: ${{ matrix.build }}
63
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}
.github/workflows/test-and-build.yml
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
0 commit comments