添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-28 20:02:01 +08:00
parent 7492e9635a
commit 8e72d57d94

View File

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