mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
5 lines
89 B
Bash
5 lines
89 B
Bash
|
#!/usr/bin/env bash
|
||
|
python -m build
|
||
|
python -m twine upload dist/*
|
||
|
python clean_update.py
|