From 0f1a0f1936b2ce5d685fe158d4f3a926bb5d11cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Thu, 27 Jun 2024 09:54:28 +0200 Subject: [PATCH] fix(ci): missing 'v' in tag --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71db6f2..4ee0559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ filename = "CHANGELOG.md" replace = ''' (unreleased)= -## [Unreleased](https://github.com/jeertmans/sionna-vispy/compare/{new_version}...HEAD)''' +## [Unreleased](https://github.com/jeertmans/sionna-vispy/compare/v{new_version}...HEAD)''' search = "" [tool.hatch.build.targets.wheel]