balthazarneveu / interactive_pipe

create interactive image processing pipeline with friendly sliders
The Unlicense
8 stars 1 forks source link

PyPi release #44

Closed balthazarneveu closed 1 month ago

balthazarneveu commented 1 month ago
pip3 uninstall -y interactive_pipe
rm -r dist
rm interactive_pipe.egg-info
git pull
git apply full.patch
/bin/python3 -m build 
/bin/python3 -m twine upload dist/* --verbose  
git apply --reverse full.patch