From 42fc7cfcbfacd8bdd88f10619389416bc9633245 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Mon, 14 Oct 2024 11:19:41 +0200 Subject: [PATCH] Justfile: Fixes hatch call to obtain package version --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 8ec7475d..a6f4f3e3 100644 --- a/Justfile +++ b/Justfile @@ -1,7 +1,7 @@ default: tests -version := `hatch version` +version := `pipx run hatch version` _assert_no_dev_version: #!/usr/bin/env python3