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