mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-13 20:00:30 +02:00
10 lines
181 B
Markdown
10 lines
181 B
Markdown
# 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/* ```
|