# creyPY My collection of Python and FastAPI shortcuts etc. # Release ``` rm -rf dist build creyPY.egg-info && python setup.py sdist bdist_wheel ``` ``` twine upload dist/* ```