添加自动发布到pypi的github action
This commit is contained in:
parent
19cd5bb92c
commit
e8a8fa92b4
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build package # 构建包
|
- name: Build package # 构建包
|
||||||
run: |
|
run: |
|
||||||
|
cat setup.py
|
||||||
python setup.py sdist bdist_wheel # 构建 wheel 和 sdist 包
|
python setup.py sdist bdist_wheel # 构建 wheel 和 sdist 包
|
||||||
|
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
|
Loading…
Reference in New Issue
Block a user