Musicreater/upload.bat
2024-07-18 16:21:10 +08:00

7 lines
131 B
Batchfile

python -m build
python -m twine check dist/*
pause
python -m twine upload dist/* --verbose
pause
python clean_update.py
pause