添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-31 18:50:06 +08:00
parent 7faf4c8c2f
commit 99cf2b5552

View File

@ -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