diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 129da5c..9978ccc 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -49,7 +49,7 @@ jobs: - uses: ilammy/setup-nasm@v1 if: matrix.platform_id == 'win_amd64' - name: Build wheels - uses: pypa/cibuildwheel@v2.18 + uses: pypa/cibuildwheel@v2.19 env: CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS: all