Open
Description
I have something like this workspace layout, which leads to this GitHub Action:
- run: |-
uv build --sdist --wheel --out-dir dist/ .
uv build --sdist --wheel --out-dir dist/ packages/seeds
uv build --sdist --wheel --out-dir dist/ packages/bird-feeder
Looking at version 2.9.0
's inputs: https://github.com/hynek/build-and-inspect-python-package/blob/v2.9.0/action.yml#L9-L25
Is the correct way to handle this to invoke build-and-inspect-python-package
three times, with a different upload-name-suffix
each time?
Metadata
Metadata
Assignees
Labels
No labels