添加自动发布到pypi的github action

This commit is contained in:
xaoyo 2023-10-31 18:49:38 +08:00
parent 9ce32f312d
commit 7faf4c8c2f

View File

@ -28,7 +28,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
python -m pip install --upgrade twine
- name: Install Twine
run: python -m pip install --upgrade twine
- name: Build package
run: python -m build