mirror of
https://github.com/barkeser2002/SRTranslator.git
synced 2026-09-25 01:49:56 +03:00
4 lines
92 B
Bash
4 lines
92 B
Bash
rm -rf ./dist
|
|
rm -rf ./build
|
|
python setup.py sdist bdist_wheel
|
|
python -m twine upload dist/* |