Skip to content

Commit 2ed68eb

Browse files
committed
updated python-packages.yml
1 parent 3e6e459 commit 2ed68eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
PYTHONHASHSEED: 42 # Try to ensure deterministic results.
5858
run: |
5959
pyinstaller build.spec
60+
- name: Copy data folder to build folder
61+
run: |
62+
cp -r data dist/
6063
# This step exists for debugging. Such as checking if data files were included correctly by PyInstaller.
6164
- name: List distribution files
6265
run: |

0 commit comments

Comments
 (0)