Allow installation of extras in GitHub action (#2630)

This commit is contained in:
Ofek Lev
2025-10-26 13:29:26 +00:00
committed by GitHub
parent 168717b5c5
commit a3af13a337
3 changed files with 44 additions and 12 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ To build Linux, macOS, and Windows wheels using GitHub Actions, create a `.githu
Use `env:` to pass [build options](options.md) and `with:` to set
`package-dir: .`, `output-dir: wheelhouse` and `config-file: ''`
locations (those values are the defaults).
locations (those values are the defaults). You can also pass a
comma-separated list of extras to install additional packages.
For example, `extras: "uv"` to install UV into the virtual environment.
!!! tab "pipx"
The GitHub Actions runners have pipx installed, so you can easily build in