添加自动发布到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: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install build
|
||||
- name: Install Twine
|
||||
run: python -m pip install --upgrade twine
|
||||
python -m pip install --upgrade twine
|
||||
|
||||
- name: Build package
|
||||
run: python -m build
|
||||
|
Loading…
Reference in New Issue
Block a user