Imag / build_pypi.sh
Baraaqasem's picture
Upload 29 files
14ee1a9 verified
raw
history blame
113 Bytes
rm -rf dist
rm -rf build
python setup.py sdist
python setup.py bdist_wheel
twine check dist/*
twine upload dist/*