post publish

This commit is contained in:
shenjack 2023-12-10 02:49:56 +08:00
parent be8e009901
commit d544090691
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -52,7 +52,7 @@ nuitka = [
[tool.pdm.scripts]
pub = { call = "scripts.pub:main" }
pre_build = { call = "scripts.pub:clean_build" }
post_publist = { call = "scripts.pub:upload_gitea" }
post_publish = { call = "scripts.pub:upload_gitea" }
[tool.setuptools.dynamic]
version = { attr = "lib_not_dr._version_"}