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
fb2f897f1f
commit
0e8e195b71
4
.github/workflows/pypi-publish.yml
vendored
4
.github/workflows/pypi-publish.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Build and Publish distribution 📦 to PyPI
|
||||
run: |-
|
||||
# pdm install --prod
|
||||
pdm install -dG scripts
|
||||
eval "$(pdm venv activate)"
|
||||
pdm render
|
||||
pdm install -G:all
|
||||
pdm pub-all
|
||||
|
||||
@ -6,11 +6,12 @@ dependencies = []
|
||||
license = { text = "MIT" }
|
||||
readme = "README.md"
|
||||
|
||||
[tool.pdm.dev-dependencies]
|
||||
dev = [
|
||||
[dependency-groups]
|
||||
packages = [
|
||||
"-e file:///${PROJECT_ROOT}/packages/nonebot-plugin-nailongremove-base#egg=nonebot-plugin-nailongremove-base",
|
||||
"-e file:///${PROJECT_ROOT}/packages/nonebot-plugin-nailongremove#egg=nonebot-plugin-nailongremove",
|
||||
]
|
||||
scripts = []
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user