Skip to content

Building 2+ packages at once #146

Open
@jamesbraza

Description

@jamesbraza

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions