Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 233 Bytes

File metadata and controls

7 lines (4 loc) · 233 Bytes

To local install package while developing

uv pip install -e .[dev] (to install locally package first)

How to publish package using uv

building-your-package