File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,17 @@ jobs:
1010 runs-on : windows-latest
1111 steps :
1212 - uses : actions/checkout@master
13- - name : Set up Python 3.10
13+ - name : Set up Python 3.7
1414 uses : actions/setup-python@v3
1515 with :
16- python-version : " 3.10 "
16+ python-version : " 3.7 "
1717 - name : Install pypa/build
1818 run : >-
1919 python -m
2020 pip install
2121 build
2222 pyinstaller
23+ pywin32
2324 --user
2425 - name : Build pypi and exe bundles
2526 run : powershell.exe bin\release.ps1
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ packages = [
1212
1313[project ]
1414name = " RemoveWindowsLockScreenAds"
15- version = " 0.5.0 "
15+ version = " 0.5.1 "
1616authors = [
1717 {
name =
" Branden Clark" ,
email =
" [email protected] " },
1818]
You can’t perform that action at this time.
0 commit comments