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 3b12fc5 commit e20ef2cCopy full SHA for e20ef2c
.github/workflows/build.yml
@@ -112,7 +112,7 @@ jobs:
112
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"
113
CIBW_ARCHS_MACOS: x86_64 universal2
114
CIBW_ARCHS_LINUX: auto aarch64
115
- uses: pypa/cibuildwheel@v2.17.0
+ uses: pypa/cibuildwheel@v2.22.0
116
117
- name: Build source
118
if: ${{github.event_name == 'push' && env.SINGLE_ACTION_CONFIG == 'True'}}
0 commit comments