update build script
This commit is contained in:
parent
fcd85a609d
commit
559ef90d61
@ -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)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user