File size: 113 Bytes
065fee7 |
1 2 3 4 5 |
rm -rf dist build
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
rm -rf dist build *.egg-info
|
065fee7 |
1 2 3 4 5 |
rm -rf dist build
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
rm -rf dist build *.egg-info
|