添加自动发布到pypi的github action
This commit is contained in:
parent
8e72d57d94
commit
26d7b36e50
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -27,9 +27,9 @@ jobs:
|
|||||||
- name: Install dependencies # 安装依赖
|
- name: Install dependencies # 安装依赖
|
||||||
run: |
|
run: |
|
||||||
python -m pip install -U pip
|
python -m pip install -U pip
|
||||||
python -m pip install --upgrade twine
|
python -m pip install -U setuptools
|
||||||
python -m pip install --upgrade setuptools
|
python -m pip install -U wheel
|
||||||
python -m pip install --upgrade wheel
|
python -m pip install -U twine
|
||||||
pip install .
|
pip install .
|
||||||
|
|
||||||
- name: Build package # 构建包
|
- name: Build package # 构建包
|
||||||
|
Loading…
Reference in New Issue
Block a user