mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-05 20:06:23 +00: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 |