Files
2025-01-21 15:55:11 +03:00

4 lines
92 B
Bash

rm -rf ./dist
rm -rf ./build
python setup.py sdist bdist_wheel
python -m twine upload dist/*