add scripts

This commit is contained in:
Florian Förster 2025-03-19 15:00:55 +01:00
parent 3cbac3c5a1
commit f7aed248ab
5 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "delta-barth" name = "delta-barth"
version = "0.1.0dev0" version = "0.1.0"
description = "prognosis module" description = "prognosis module"
authors = [ authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"}, {name = "Florian Förster", email = "f.foerster@d-opt.com"},

1
scripts/build.ps1 Normal file
View File

@ -0,0 +1 @@
pdm build -d build/

View File

@ -0,0 +1,2 @@
pdm run bump-my-version bump pre_n
pdm run bump-my-version show current_version

View File

@ -0,0 +1,2 @@
pdm run bump-my-version bump pre_l
pdm run bump-my-version show current_version

1
scripts/publish.ps1 Normal file
View File

@ -0,0 +1 @@
pdm publish -r local --skip-existing