Musicreater/upload.bat

7 lines
131 B
Batchfile
Raw Permalink Normal View History

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