From ff1fdcf90917ffc14b81b86a47211d466aae4cb4 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 18 Sep 2026 13:23:08 -0700 Subject: [PATCH] Preserve dev0 preview tag suffixes --- cuda_bindings/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda_bindings/pyproject.toml b/cuda_bindings/pyproject.toml index d587014b0bd..e7e35c441f4 100644 --- a/cuda_bindings/pyproject.toml +++ b/cuda_bindings/pyproject.toml @@ -105,5 +105,5 @@ markers = [ root = ".." version_file = "cuda/bindings/_version.py" # Preserve a/b pre-release suffixes, but intentionally strip rc suffixes. -tag_regex = "^(?Pv\\d+\\.\\d+\\.\\d+(?:[ab]\\d+)?)" +tag_regex = "^(?Pv\\d+\\.\\d+\\.\\d+(?:[ab]\\d+(?:\\.dev0)?)?)" git_describe_command = ["git", "describe", "--dirty", "--tags", "--long", "--match", "v*[0-9]*"]