diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b1bd020..83d5573 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -141,7 +141,7 @@ jobs: -DCMAKE_INSTALL_PREFIX="/usr/local" cmake --build openmp_build --target install --config Release - - uses: pypa/cibuildwheel@v2.19.1 + - uses: pypa/cibuildwheel@v2.19.2 env: # only build for x86_64, arm wheels are build seperately CIBW_ARCHS: "x86_64"