We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cdf68 commit 4f28886Copy full SHA for 4f28886
.github/workflows/pypi.yml
@@ -44,7 +44,7 @@ jobs:
44
- macos-14
45
steps:
46
- uses: actions/checkout@v4
47
- - uses: pypa/cibuildwheel@v2.16.5
+ - uses: pypa/cibuildwheel@v2.17.0
48
env:
49
CIBW_BUILD: ${{ matrix.build }}-*
50
- uses: actions/upload-artifact@v4
@@ -71,7 +71,7 @@ jobs:
71
- uses: docker/setup-qemu-action@v3
72
with:
73
platforms: all
74
75
76
77
CIBW_ARCHS: ${{ matrix.arch }}
0 commit comments