restructure project

This commit is contained in:
2025-03-20 07:51:17 +01:00
parent b136b74f4e
commit da03e7b9d8
9 changed files with 5 additions and 59 deletions

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

View File

@@ -0,0 +1,2 @@
pdm update -u -x lang-main
pdm publish -r local --skip-existing

View File

@@ -0,0 +1 @@
pdm update -u -x lang-main