diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index c2a56f4..88643f1 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -59,11 +59,13 @@ jobs: if: matrix.os == 'windows-latest' run: | python -m pip install delvewheel + ls wheel Get-ChildItem -Path wheel | ForEach-Object { delvewheel repair -vv --wheel-dir wheelhouse $_ Remove-Item $_ } ls + ls wheel - name: Remove temporary wheels and install run: | cd wheelhouse