diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index eccadd2..616a7c2 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -104,7 +104,7 @@ jobs: shell: bash - name: Build and Test Wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 env: CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: 'pytest {package}'