Files
ManimML/Makefile
2023-02-01 22:33:42 -05:00

9 lines
181 B
Makefile

setup:
conda activate manim; \
export PROJECT_ROOT=$(pwd)
checkstyle:
black .; \
pydocstyle .
publish_pip:
python3 -m build; \
python3 -m twine upload --repository pypi dist/*