Files
Musicreater/upload.bat
2025-04-15 20:01:43 +08:00

7 lines
95 B
Batchfile

uv build
python -m twine check dist/*
pause
uv publish
pause
python clean_update.py
pause