We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6e459 commit 2ed68ebCopy full SHA for 2ed68eb
.github/workflows/python-package.yml
@@ -57,6 +57,9 @@ jobs:
57
PYTHONHASHSEED: 42 # Try to ensure deterministic results.
58
run: |
59
pyinstaller build.spec
60
+ - name: Copy data folder to build folder
61
+ run: |
62
+ cp -r data dist/
63
# This step exists for debugging. Such as checking if data files were included correctly by PyInstaller.
64
- name: List distribution files
65
0 commit comments