diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4c04889..ecf1809 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -103,7 +103,7 @@ jobs: shell: bash - name: Build and Test Wheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.0 env: CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: 'pytest {package}'