切换为UV进行包管理

This commit is contained in:
2025-04-15 20:01:43 +08:00
parent 048b631bd6
commit 3739138059
11 changed files with 1408 additions and 54 deletions

View File

@ -1,7 +1,7 @@
python -m build
uv build
python -m twine check dist/*
pause
python -m twine upload dist/* --verbose
uv publish
pause
python clean_update.py
pause