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 2ec033c commit 26c4920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
python -m pip install delvewheel
Get-ChildItem -Path wheel | ForEach-Object {
delvewheel repair -v $_
delvewheel repair -vv --wheel-dir wheelhouse $_
Remove-Item $_
}
ls
Expand Down

0 comments on commit 26c4920

Please sign in to comment.