From d498c396476cbb27adb3862c3fcf06e70a8687a4 Mon Sep 17 00:00:00 2001 From: Edwin Lee Date: Wed, 21 Feb 2024 14:43:27 -0600 Subject: [PATCH] Tiny polishes for wheel building --- .gitignore | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 601b8b4109e..9c8800789a8 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ cmake-build-* build-wheel/ dist/ energyplus.egg-info +wheelhouse/ # App-specific project files, for example, for Geany IDE: *.geany diff --git a/setup.py b/setup.py index 72e519cffb5..2db904ed868 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ def get_current_wheel_details(): }, "Linux": { "x86_64": { - "wheel": "linux_x86_64", + "wheel": "manylinux_2_17_x86_64", "zip_tag": "Linux", "build_tool": "Unix Makefiles", "extension": "so",