We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d55f1 commit e2afd46Copy full SHA for e2afd46
2 files changed
.github/workflows/push.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- name: Build wheels
31
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v3.2.1
32
- uses: actions/upload-artifact@v4
33
with:
34
path: ./wheelhouse/*.whl
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments