mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-06-03 02:45:24 +00: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
|