Musicreater/upload.bat

7 lines
131 B
Batchfile
Raw Normal View History

2024-07-18 16:21:10 +08:00
python -m build
python -m twine check dist/*
pause
python -m twine upload dist/* --verbose
pause
python clean_update.py
2024-07-18 16:21:10 +08:00
pause