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 9a5bac6 commit ddd60ecCopy full SHA for ddd60ec
.github/workflows/build_linux_aarch64_wheels.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Build wheels
19
- uses: pypa/cibuildwheel@v2.23.3
+ uses: pypa/cibuildwheel@v2.23.2
20
env:
21
CIBW_ENVIRONMENT_PASS_LINUX: OIIO_STATIC CIBUILDWHEEL MUSLLINUX_BUILD
22
MUSLLINUX_BUILD: ${{ matrix.distrib == 'musllinux' && '1' || '0' }}
.github/workflows/build_linux_wheels.yml
0 commit comments