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