添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-28 20:16:23 +08:00
parent 1437f3d7fc
commit 19cd5bb92c

View File

@ -30,7 +30,7 @@ jobs:
python -m pip install -U setuptools
python -m pip install -U wheel
python -m pip install -U twine
pip install .
# pip install .
- name: Build package # 构建包
run: |