You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update publish-to-test-pypi.yml and publish-to-live-pypi.yml to use uv instead of pip
- Update lint.yml to use uv for ruff and mypy installations
- Upgrade setup-python action from v3 to v5.2.0 in publish workflows
- Add uv caching for better performance across all workflows
- Replace pip install commands with uv pip install --system
- Ensure consistent package management across all CI jobs
0 commit comments