Files
2022-12-29 20:19:05 -05:00

4 lines
92 B
Bash

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