mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-05 00:36:24 +00:00
🔧 重构配置管理,添加配置文件支持,更新日志系统,优化守护进程,完善测试用例
This commit is contained in:
21
.github/workflows/liteyuki-pypi-publish.yaml
vendored
Normal file
21
.github/workflows/liteyuki-pypi-publish.yaml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Liteyuki PyPI Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
liteyuki-pypi-publish:
|
||||
name: upload release to PyPI (Nightly)
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: pdm-project/setup-pdm@v3
|
||||
|
||||
- name: Publish package distributions to PyPI
|
||||
run: pdm publish
|
Reference in New Issue
Block a user