Skip to content

Commit d1c5368

Browse files
authored
Update wheels.yml
1 parent 9ae4c4c commit d1c5368

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
mkdir ug4-git
2626
mkdir ug4-git/plugins
2727
mkdir ug4-git/plugins/SuperLU6
28-
mv * ug4-git/plugins/SuperLU6
29-
mv ug4-git/plugins/SuperLU6/pyproject.toml .
28+
mv external ug4-git/plugins/SuperLU6
29+
mv *.cpp ug4-git/plugins/SuperLU6
30+
mv *.h ug4-git/plugins/SuperLU6
3031
continue-on-error: true
3132

3233
- name: Checkout ughub

0 commit comments

Comments
 (0)