diff --git a/scripts/build.ps1 b/scripts/build.ps1 index c736f3e..87529a9 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -1,17 +1,10 @@ -# pdm build --no-sdist -d build/ +pdm build --no-sdist -d build/ # Configuration $sourceDir = ".\build" $destDir = "..\01_releases\runtime" $packagePrefix = "delta_barth-" -$packageSuffix = ".whl" # <- You can change this to any suffix pattern like "-py3-none-any.whl" - - -# === Configuration === -# $sourceDir = "C:\Path\To\Packages" -# $destDir = "C:\Path\To\Destination" -# $packagePrefix = "my-package-" -# $packageSuffix = "-py.whl" # Customize as needed +$packageSuffix = ".whl" # change this to any suffix pattern like "-py3-none-any.whl" # Ensure destination exists if (-not (Test-Path $destDir)) {