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)) {