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