Skip to content

Commit

Permalink
Copy the wrapper source files on the main folder
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Cercos-Pita <jlcercos@gmail.com>
  • Loading branch information
sanguinariojoe committed Jul 18, 2023
1 parent 3da8e25 commit 1bd9077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
- name: Create setup.py
run: |
mv ${{github.workspace}}/src/wrappers/python/setup.py ${{github.workspace}}/setup.py
mv ${{github.workspace}}/src/wrappers/python/Imath.py ${{github.workspace}}/Imath.py
mv ${{github.workspace}}/src/wrappers/python/OpenEXR.cpp ${{github.workspace}}/OpenEXR.cpp
- name: Create folders
run: |
Expand Down

0 comments on commit 1bd9077

Please sign in to comment.