添加自动发布到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: | 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