mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-14 11:27:42 +08:00
7 lines
131 B
Batchfile
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 |