Musicreater/upload.sh

5 lines
89 B
Bash
Raw Normal View History

2023-04-29 13:28:36 +00:00
#!/usr/bin/env bash
python -m build
python -m twine upload dist/*
python clean_update.py