Skip to content

Commit 5b8d0fd

Browse files
committed
Fix win32api import
1 parent e5c0f24 commit 5b8d0fd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [
1212

1313
[project]
1414
name = "RemoveWindowsLockScreenAds"
15-
version = "0.5.0"
15+
version = "0.5.1"
1616
authors = [
1717
{ name="Branden Clark", email="[email protected]" },
1818
]

0 commit comments

Comments
 (0)