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 35d5981 commit 720836f
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 @@ -58,9 +58,9 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
python -m pip install delvewheel
for (%w in wheel\*.whl) do (
for (%w in wheel\*.whl) do {
delvewheel repair -v --wheel-dir wheelhouse %w
)
}
ls build
ls wheel
ls wheel\*.whl
Expand Down

0 comments on commit 720836f

Please sign in to comment.