diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index b436a67..7b4aae5 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -23,7 +23,7 @@ jobs: git clone https://github.com/martinus/robin-hood-hashing robinhood - name: Build wheels - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@v2.20.0 env: CIBW_SKIP: "pp* cp36-* cp37-* *win_arm64 *_i686 *musllinux*" CIBW_BUILD_VERBOSITY: 1