Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/plugins/builder/wheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ The builder plugin name is `wheel`.
| `bypass-selection` | `false` | Whether or not to suppress the error when one has not defined any file selection options and all heuristics have failed to determine what to ship |
| `sbom-files` | | A list of paths to [Software Bill of Materials](https://peps.python.org/pep-0770/) files that will be included in the `.dist-info/sboms/` directory of the wheel |

!!! note
Some build frontends (notably [uv](https://docs.astral.sh/uv/reference/cli/#uv-build) and [build](https://build.pypa.io/en/stable/#python--m-build)), will build a wheel from a source distribution. This is the recommended approach, but it means you need to ensure the SBOM files passed to `sbom-files` are also [included in the source distribution](https://hatch.pypa.io/latest/config/build/#file-selection).

## Versions

Expand Down