mirror of
https://github.com/Refound-445/nonebot-plugin-nailongremove.git
synced 2025-11-04 21:22:43 +08:00
up
This commit is contained in:
parent
086a68151a
commit
420098fcaf
2
.github/workflows/pypi-publish.yml
vendored
2
.github/workflows/pypi-publish.yml
vendored
@ -28,4 +28,4 @@ jobs:
|
|||||||
pdm venv create --with-pip
|
pdm venv create --with-pip
|
||||||
eval "$(pdm venv activate)"
|
eval "$(pdm venv activate)"
|
||||||
pdm pre-install
|
pdm pre-install
|
||||||
pdm pub-all
|
pdm pub-all-pub
|
||||||
|
|||||||
@ -23,4 +23,5 @@ distribution = false
|
|||||||
install-scripts = { shell = "cd scripts && pdm install -G:all && cd .." }
|
install-scripts = { shell = "cd scripts && pdm install -G:all && cd .." }
|
||||||
render = { call = "scripts.src.render:main" }
|
render = { call = "scripts.src.render:main" }
|
||||||
pre-install = { composite = ["install-scripts", "render"] }
|
pre-install = { composite = ["install-scripts", "render"] }
|
||||||
pub-all = { call = "scripts.src.pub_all:main" }
|
pub-all-pub = { call = "scripts.src.pub_all:main" }
|
||||||
|
pub-all = { composite = ["render", "pub-all-pub"] }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user