fix build script

This commit is contained in:
Florian Förster 2025-05-15 12:14:19 +02:00
parent b2e22f7353
commit 7df35ed05d

View File

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