添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-28 20:17:04 +08:00
parent 19cd5bb92c
commit e8a8fa92b4

View File

@ -34,6 +34,7 @@ jobs:
- name: Build package # 构建包
run: |
cat setup.py
python setup.py sdist bdist_wheel # 构建 wheel 和 sdist 包
- name: Publish package