We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c0f24 commit 5b8d0fdCopy full SHA for 5b8d0fd
2 files changed
.github/workflows/build.yml
@@ -10,16 +10,17 @@ jobs:
10
runs-on: windows-latest
11
steps:
12
- uses: actions/checkout@master
13
- - name: Set up Python 3.10
+ - name: Set up Python 3.7
14
uses: actions/setup-python@v3
15
with:
16
- python-version: "3.10"
+ python-version: "3.7"
17
- name: Install pypa/build
18
run: >-
19
python -m
20
pip install
21
build
22
pyinstaller
23
+ pywin32
24
--user
25
- name: Build pypi and exe bundles
26
run: powershell.exe bin\release.ps1
pyproject.toml
@@ -12,7 +12,7 @@ packages = [
[project]
name = "RemoveWindowsLockScreenAds"
-version = "0.5.0"
+version = "0.5.1"
authors = [
{ name="Branden Clark", email="clark@rpis.ec" },
]
0 commit comments