Skip to content

Commit

Permalink
BUILD: attempt windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot committed Jun 21, 2023
1 parent 651abbd commit 61240ea
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 delvewheel repair -v --wheel-dir wheelhouse %w
for (%w in wheel\*.whl) do delvewheel repair -v --wheel-dir wheelhouse %w
- name: Remove temporary wheels and install
run: |
rm -rf wheel/build/
Expand Down

0 comments on commit 61240ea

Please sign in to comment.