Skip to content

Commit 7fdb695

Browse files
authored
Update python-publish.yml
1 parent 4698f01 commit 7fdb695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install build
32+
pip install build pyinstaller
3333
- name: Build package
34-
run: python -m build
34+
run: ./build.sh
3535
- name: Publish package
3636
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3737
with:

0 commit comments

Comments
 (0)