Skip to content

Commit

Permalink
Fixes #104 (#105)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml
  • Loading branch information
markusfoote authored May 16, 2021
1 parent 67342b9 commit 34e7379
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,17 @@ jobs:
cd nvisii*
cd nvisii
patchelf --add-needed libcuda.so.1 _nvisii.so
# list libraries for manual verification
ldd _nvisii.so
cd ..
cd ..
rm *.whl
NAME=$(ls -1 .)
cd ${NAME}
zip -r ../${NAME}.whl ./*
# move the modified manylinux wheel to the "install/dist" folder to be uploaded
rm ../../*.whl
cp ../*.whl ../../
# Python configuration by github is only valid on their VMs (not inside the manylinux container), so only run on windows.
- name: Configure Python on Windows
Expand Down

0 comments on commit 34e7379

Please sign in to comment.