Skip to content

Commit e3076aa

Browse files
committed
Fixing build
1 parent 73aecc4 commit e3076aa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
pip install flake8 pytest pyinstaller
36+
pip install flake8 pytest pyinstaller==4.10
3737
pip install -r requirements.txt
3838
- name: Build
3939
run: |

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ History
66
------------------
77

88
* Fixing tag issue
9+
* Fixing release build
910

1011
1.1.0 (2022-04-18)
1112
------------------

0 commit comments

Comments
 (0)