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

0 comments on commit 35d5981

Please sign in to comment.