mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-07 04:46:25 +00:00
Merge branch 'v0.8.0' into ifcmax/initial-refresh
This commit is contained in:
@@ -114,7 +114,7 @@ def archive_python_packages() -> None:
|
||||
deps_path = REPO_PATH / "_deps"
|
||||
python_versions: list[str] = []
|
||||
for d in deps_path.iterdir():
|
||||
if d.is_dir() and d.name.startswith("python."):
|
||||
if d.is_dir() and (d.name.startswith("python.") or d.name.startswith("pythonarm64.")):
|
||||
python_version = d.name.partition(".")[2]
|
||||
python_path = d / "tools"
|
||||
archive_python_package(python_version, python_path)
|
||||
|
||||
Reference in New Issue
Block a user