添加自动发布到pypi的github action
This commit is contained in:
parent
7faf4c8c2f
commit
99cf2b5552
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -28,8 +28,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install build
|
pip install build
|
||||||
- name: Install Twine
|
python -m pip install --upgrade twine
|
||||||
run: python -m pip install --upgrade twine
|
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: python -m build
|
run: python -m build
|
||||||
|
Loading…
Reference in New Issue
Block a user