diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 219ebc3..09ec75a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,7 +175,7 @@ jobs: CIBW_BUILD_VERBOSITY: 3 CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: pytest {package} - uses: joerick/cibuildwheel@v2.16.2 + uses: joerick/cibuildwheel@v2.18.1 - name: Build source if: ${{env.SINGLE_ACTION_CONFIG == 'True'}}