Skip to content

Commit

Permalink
pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
andli committed Aug 11, 2020
1 parent 62d42e9 commit 89773c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,15 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Set up Python 3.7
uses: actions/setup-python@v1
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: ./

- uses: actions/upload-artifact@v2
with:
python-version: 3.7

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyinstaller
- name: build with pyinstaller
run: |
pyinstaller pymkm.py
zip --junk-paths pymkm README.md
name: my-exe
path: ./ #src/dist/windows # or path/to/artifact

- name: Get release
id: get_release
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements.txt
coverage
black
black
pyinstaller

0 comments on commit 89773c1

Please sign in to comment.