We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978f841 commit 75f42f9Copy full SHA for 75f42f9
.github/workflows/build_wheels.yml
@@ -22,7 +22,7 @@ jobs:
22
run: echo "CIBW_ARCHS=arm64 universal2" >> "$GITHUB_ENV"
23
- uses: actions/checkout@v4
24
- name: Build wheels
25
- uses: pypa/cibuildwheel@v2.19
+ uses: pypa/cibuildwheel@v2.21.3
26
- uses: actions/upload-artifact@v4
27
with:
28
name: python-${{ matrix.os }}
0 commit comments