Asib27's picture
try 1
065fee7 verified
raw
history blame
113 Bytes
rm -rf dist build
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
rm -rf dist build *.egg-info