Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programmatically determine max wheel version to push to spaces #7115

Merged
merged 5 commits into from
Jan 23, 2024

Conversation

freddyaboulton
Copy link
Collaborator

Description

Closes: #7106

Fix is to programmatically determine the most recent wheel version to push to spaces.

🎯 PRs Should Target Issues

Before your create a PR, please check to see if there is an existing issue for this change. If not, please create an issue before you create this PR, unless the fix is very small.

Not adhering to this guideline will result in the PR being closed.

Tests

  1. PRs will only be merged if tests pass on CI. To run the tests locally, please set up your Gradio environment locally and run the tests: bash scripts/run_all_tests.sh

  2. You may need to run the linters: bash scripts/format_backend.sh and bash scripts/format_frontend.sh

@freddyaboulton freddyaboulton added the custom-components Related to custom component cli or workflow label Jan 23, 2024
@gradio-pr-bot
Copy link
Collaborator

gradio-pr-bot commented Jan 23, 2024

🪼 branch checks and previews

Name Status URL
Spaces ready! Spaces preview
Website ready! Website preview
🦄 Changes detected! Details

Install Gradio from this PR

pip install https://gradio-builds.s3.amazonaws.com/3b34b37c3462a993d320123d11c5c31aed28bd9b/gradio-4.15.0-py3-none-any.whl

Install Gradio Python Client from this PR

pip install "gradio-client @ git+https://github.com/gradio-app/gradio@3b34b37c3462a993d320123d11c5c31aed28bd9b#subdirectory=client/python"

@gradio-pr-bot
Copy link
Collaborator

gradio-pr-bot commented Jan 23, 2024

🦄 change detected

This Pull Request includes changes to the following packages.

Package Version
gradio patch
  • Maintainers can select this checkbox to manually select packages to update.

With the following changelog entry.

Programmatically determine max wheel version to push to spaces

Maintainers or the PR author can modify the PR title to modify this entry.

Something isn't right?

  • Maintainers can change the version label to modify the version bump.
  • If the bot has failed to detect any changes, or if this pull request needs to update multiple packages to different versions or requires a more comprehensive changelog entry, maintainers can update the changelog file directly.

@freddyaboulton freddyaboulton marked this pull request as ready for review January 23, 2024 00:42
@freddyaboulton freddyaboulton force-pushed the 7106-cc-publish-wheel-version branch from 3ec9329 to d636951 Compare January 23, 2024 00:53
Copy link
Member

@abidlabs abidlabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, lgtm

@abidlabs
Copy link
Member

I'm going to merge in to reduce the PR backlog

@abidlabs abidlabs merged commit cb90b3d into main Jan 23, 2024
13 checks passed
@abidlabs abidlabs deleted the 7106-cc-publish-wheel-version branch January 23, 2024 07:36
@pngwn pngwn mentioned this pull request Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
custom-components Related to custom component cli or workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom Components: Huggingface Spaces Demo doesn't update version
3 participants