## build()


Build the project.


Usage


``` python
build(target="wheel")
```


## Parameters


`target: str = ``"wheel"`  
Build target (wheel, sdist).


## Returns


`str`  
Path to the built artifact.
