Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
- Change pyinstaller~=4.6
  • Loading branch information
xyzroe committed Aug 19, 2023
1 parent 6d224ea commit be71aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install "pyinstaller~=4.6"
pip install -r requirements.txt
- name: Build with pyinstaller for ${{matrix.TARGET}}
run: ${{matrix.CMD_BUILD}}
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ build
dist
setup.py
.eggs
Thumbs.db
cc2538_bsl.py
Thumbs.db

0 comments on commit be71aad

Please sign in to comment.