Skip to content

Commit 16f4f77

Browse files
authored
Add pywin32 to Windows builds
While introducing the `crossfiledialog`, a wild `pywin32` package appeard unhandled in my software. This is a fix for this.
1 parent 7f8384c commit 16f4f77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
steps:
2727
- name: "Get source code"
2828
uses: actions/checkout@v2
29-
29+
- name: "Append pywin32 to requirements"
30+
run: printf "\npywin32\n" >> src/requirements.txt
31+
- name: Install pywin32
3032
- name: "Build executable"
3133
uses: JackMcKew/pyinstaller-action-windows@main
3234
with:

0 commit comments

Comments
 (0)