feat: update to uv

This commit is contained in:
JiJi
2026-05-05 22:20:39 +08:00
parent 74e93050be
commit 894bd66fc5
7 changed files with 934 additions and 49 deletions
+4 -7
View File
@@ -19,14 +19,11 @@ jobs:
name: Publish to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
with:
python-version: '3.10'
cache: 'pip'
- run: |
pip install build setuptools-scm
python -m build
fetch-depth: 0
- uses: astral-sh/setup-uv@v3
- run: uv build
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with: