Skip to content

normalise install + build flow across CI #7854

Open
@pngwn

Description

@pngwn
  • I have searched to see if a similar issue already exists.

A few issues:

Wheel creation

We create build artifacts slightly differently across different parts of our CI:

In PRs we create the gradio wheel as part of the deploy-spaces workflow but when releasing we do this directly in the publish workflow (the work is actually delegated to an action).

@gradio/lite

We do not generated a wheel for @gradio/lite nor do we create previews. We should do both of these things.

Access to dist files

The gradio dist files are technically accessible via the s3 bucket but we don't make it particularly easy to get hold of them (for debugging purposes).

We should add download links to the install comment, for debugging purposes. We should do the same for @gradio/lite (when we have aded the wheel build).

Metadata

Metadata

Assignees

No one assigned

    Labels

    testingRelated to testing and CI

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions