add scripts
This commit is contained in:
parent
3cbac3c5a1
commit
f7aed248ab
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "delta-barth"
|
||||
version = "0.1.0dev0"
|
||||
version = "0.1.0"
|
||||
description = "prognosis module"
|
||||
authors = [
|
||||
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
|
||||
|
||||
1
scripts/build.ps1
Normal file
1
scripts/build.ps1
Normal file
@ -0,0 +1 @@
|
||||
pdm build -d build/
|
||||
2
scripts/bump_prerelease_num.ps1
Normal file
2
scripts/bump_prerelease_num.ps1
Normal file
@ -0,0 +1,2 @@
|
||||
pdm run bump-my-version bump pre_n
|
||||
pdm run bump-my-version show current_version
|
||||
2
scripts/bump_release_type.ps1
Normal file
2
scripts/bump_release_type.ps1
Normal 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
1
scripts/publish.ps1
Normal file
@ -0,0 +1 @@
|
||||
pdm publish -r local --skip-existing
|
||||
Loading…
x
Reference in New Issue
Block a user