From a08a6e69518a0a3fd776ddeca257b331b1620f9a Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Thu, 12 Dec 2024 09:43:00 +0100 Subject: [PATCH] Freeze tag of manylinux wheel to make it more reproducible --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9584d3..cbc98b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ before-all = [ "python -m setuptools_scm --force-write-version-files" ] skip = "*-musllinux_*" -manylinux-x86_64-image="manylinux_2_28" +manylinux-x86_64-image="quay.io/pypa/manylinux_2_28_x86_64:2024-12-05-7ed1b2d" [tool.py-build-cmake.cmake] source_path = "."