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.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,6 +10,7 @@ __pycache__/
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
python/
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Virtual Environments
|
||||
|
||||
Reference in New Issue
Block a user