We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73aecc4 commit e3076aaCopy full SHA for e3076aa
2 files changed
.github/workflows/python-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
python -m pip install --upgrade pip
36
- pip install flake8 pytest pyinstaller
+ pip install flake8 pytest pyinstaller==4.10
37
pip install -r requirements.txt
38
- name: Build
39
HISTORY.rst
@@ -6,6 +6,7 @@ History
6
------------------
7
8
* Fixing tag issue
9
+* Fixing release build
10
11
1.1.0 (2022-04-18)
12
0 commit comments