Options (2)
-f, --formatbooleanBuild a wheel package
Example:
poetry build {{[-f|--format]}} wheel-o, --outputbooleanSet the output directory
Example:
poetry build {{[-o|--output]}} {{path/to/directory}}Examples (5)
Build a tarball and a wheel for the project
Build a wheel package
poetry build [-f|--format] wheelBuild a source distribution (sdist)
poetry build [-f|--format] sdistClean the output directory before building
poetry build --cleanSet the output directory
poetry build [-o|--output] path/to/directorymade by @shridhargupta | data from tldr-pages