1 parent 800535c commit 3d68d20Copy full SHA for 3d68d20
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ${{ matrix.os }}
47
steps:
48
- uses: actions/checkout@v4
49
- - uses: pypa/cibuildwheel@v3.3.0
+ - uses: pypa/cibuildwheel@v4.1.1
50
with:
51
output-dir: wheelhouse
52
- uses: actions/upload-artifact@v4
@@ -59,7 +59,7 @@ jobs:
59
runs-on: ubuntu-24.04
60
61
62
63
64
65
env:
0 commit comments