From 7df35ed05dbc90e6dde9b17cf550209fb861a1ae Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 15 May 2025 12:14:19 +0200 Subject: [PATCH] fix build script --- scripts/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 87529a9..ec8207a 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -4,7 +4,7 @@ pdm build --no-sdist -d build/ $sourceDir = ".\build" $destDir = "..\01_releases\runtime" $packagePrefix = "delta_barth-" -$packageSuffix = ".whl" # change this to any suffix pattern like "-py3-none-any.whl" +$packageSuffix = "-py3-none-any.whl" # Ensure destination exists if (-not (Test-Path $destDir)) {