From 456283a93de476b669a53c982980fbc5346a80da Mon Sep 17 00:00:00 2001 From: Astounds Date: Sun, 3 May 2026 16:53:02 -0500 Subject: fix: work around Wine build isolation failure in generate_release On POSIX (Wine), pip's isolated build environment can't import setuptools.build_meta. Install setuptools and wheel first, then use --no-build-isolation for requirements.txt. Also add python/ to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1417685..025d0e0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ __pycache__/ *$py.class *.so .Python +python/ # ----------------------------------------------------------------------------- # Virtual Environments -- cgit v1.2.3