# deploy > When deploying, follow these steps: 1. Run the full test suite: `pytest` 2. Check for lint errors: `npm run lint` or `ruff check .` 3. Build the project: `npm run build` or `python -m build` 4. If all checks pass, commit and tag: `git tag v$(python -c "import mypackage; print(mypackage.__version__)")` - Author: batteryho - Repository: batteryhob/KRIM - Version: 20260208014622 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/batteryhob/KRIM - Web: https://mule.run/skillshub/@@batteryhob/KRIM~deploy:20260208014622 --- # Deploy Skill When deploying, follow these steps: 1. Run the full test suite: `pytest` 2. Check for lint errors: `npm run lint` or `ruff check .` 3. Build the project: `npm run build` or `python -m build` 4. If all checks pass, commit and tag: `git tag v$(python -c "import mypackage; print(mypackage.__version__)")`