Skip to content

Commit

Permalink
BUILD: again
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot committed Jun 21, 2023
1 parent 26c4920 commit f3eb466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3eb466

Please sign in to comment.