添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-28 20:09:34 +08:00
parent 8e72d57d94
commit 26d7b36e50

View File

@ -27,9 +27,9 @@ jobs:
- name: Install dependencies # 安装依赖
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
python -m pip install -U setuptools
python -m pip install -U wheel
python -m pip install -U twine
pip install .
- name: Build package # 构建包