update build script

This commit is contained in:
Florian Förster 2025-05-15 11:55:09 +02:00
parent fcd85a609d
commit 559ef90d61

View File

@ -1,17 +1,10 @@
# pdm build --no-sdist -d build/ pdm build --no-sdist -d build/
# Configuration # Configuration
$sourceDir = ".\build" $sourceDir = ".\build"
$destDir = "..\01_releases\runtime" $destDir = "..\01_releases\runtime"
$packagePrefix = "delta_barth-" $packagePrefix = "delta_barth-"
$packageSuffix = ".whl" # <- You can change this to any suffix pattern like "-py3-none-any.whl" $packageSuffix = ".whl" # 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
# Ensure destination exists # Ensure destination exists
if (-not (Test-Path $destDir)) { if (-not (Test-Path $destDir)) {