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 f3eb466 commit 62ec94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
ls wheel
Get-ChildItem -Path wheel | ForEach-Object {
delvewheel repair -vv --wheel-dir wheelhouse $_
Remove-Item $_
}
Move-Item wheel wheelhouse
ls
ls wheel
ls wheelhouse
- name: Remove temporary wheels and install
run: |
cd wheelhouse
Expand Down

0 comments on commit 62ec94a

Please sign in to comment.