diff --git a/.github/workflows/test-cpython.yml b/.github/workflows/test-cpython.yml index 875464c..0ab28f1 100644 --- a/.github/workflows/test-cpython.yml +++ b/.github/workflows/test-cpython.yml @@ -85,7 +85,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Build macOS wheels (no publish) - uses: pypa/cibuildwheel@v4.2.0 + uses: pypa/cibuildwheel@v4.2.1 - run: ls -l wheelhouse/ # The same non-publishing proof for Linux aarch64, on a native ARM @@ -103,7 +103,7 @@ jobs: # aarch64 on this runner, which is the property that makes the org # matrix change a one-line addition. - name: Build Linux aarch64 wheels (no publish) - uses: pypa/cibuildwheel@v4.2.0 + uses: pypa/cibuildwheel@v4.2.1 - run: ls -l wheelhouse/ # The `[render]` extra, which no other job installs (audioif#35). The test