File size: 113 Bytes
14ee1a9
 
 
 
 
 
1
2
3
4
5
6
rm -rf dist
rm -rf build
python setup.py sdist
python setup.py bdist_wheel
twine check dist/*
twine upload dist/*