From 1775fa04c7dae32b3c917041060a3e06243716d3 Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 18 Dec 2025 12:31:08 +0100 Subject: [PATCH] update build script --- scripts/publish.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/publish.ps1 b/scripts/publish.ps1 index d16fc9c..6a80b11 100644 --- a/scripts/publish.ps1 +++ b/scripts/publish.ps1 @@ -1 +1,2 @@ -pdm publish -r local --skip-existing \ No newline at end of file +pdm build --no-sdist -d .\dist +pdm publish --no-build -d .\dist -r local --skip-existing \ No newline at end of file