diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 533c8ccc..56e7b2f9 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -25,7 +25,7 @@ jobs: platforms: all - name: Build ${{ matrix.os }} wheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 env: # we only support what's supported by wxPython, therefore we skip: # * PyPy Python implementation