diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2dbc8ca..6b5d006 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.18.0 + uses: pypa/cibuildwheel@v2.18.1 env: CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: 'pytest {package}'