mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-01-31 15:31:55 +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
|