set plataform for CI porpuses (#18)

used a specific plataform accepted by pypl
This commit is contained in:
draczer01
2025-08-05 15:42:46 -06:00
committed by GitHub
parent ba7d80ab89
commit a6d9d90ab5

View File

@@ -48,3 +48,5 @@ cmake.args = [
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_SHARED_LIBS=OFF",
]
[tool.scikit-build.wheel]
plat-name = "manylinux_2_17_x86_64"