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

[Build] skip renaming files for release wheels pipeline #9671

Merged
merged 5 commits into from
Nov 15, 2024

Conversation

simon-mo
Copy link
Collaborator

Previously all the wheels are named to v1.0.0.dev but this is not correct for published wheels during my release process. This PR

  • preserve the previous behavior for nightly
  • fix the naming for release tag

it would be useful to review the shell script

@simon-mo simon-mo requested review from youkaichao and khluu October 24, 2024 18:15
Copy link

👋 Hi! Thank you for contributing to the vLLM project.
Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can do one of these:

  • Add ready label to the PR
  • Enable auto-merge.

🚀

version=$(unzip -p "$wheel" '**/METADATA' | grep '^Version: ' | cut -d' ' -f2)
echo "Version: $version"

# If the version contains "dev", rename it to v1.0.0.dev for consistency
Copy link
Collaborator

@khluu khluu Oct 24, 2024

Choose a reason for hiding this comment

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

I thought all wheels are named with vllm-1.0.0.dev-cp38-abi3-manylinux1. We don't have the count after version + commit hash in the name anymore. What other names are you seeing?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

If you check the recent build, they are named by version+hash actually, it is just renamed to 1.0.0.dev

@comaniac
Copy link
Collaborator

Do you need to update the installation doc for the nightly wheel name as well?

@youkaichao
Copy link
Member

what's the changing part?

@simon-mo
Copy link
Collaborator Author

This PR doesn't change the nightly behavior (renaming all wheels to 1.0.0.dev), it skips the nightly upload on main branch commit with the proper version tag so I can upload it to PyPI

@mergify mergify bot added the ci/build label Nov 15, 2024
@simon-mo
Copy link
Collaborator Author

simon-mo commented Nov 15, 2024

Script worked and @ywang96 made a pass https://buildkite.com/vllm/release/builds/1826#_

Merging to unblock release!

@simon-mo simon-mo merged commit 02dbf30 into vllm-project:main Nov 15, 2024
9 of 14 checks passed
KuntaiDu pushed a commit to KuntaiDu/vllm that referenced this pull request Nov 20, 2024
mfournioux pushed a commit to mfournioux/vllm that referenced this pull request Nov 20, 2024
rickyyx pushed a commit to rickyyx/vllm that referenced this pull request Nov 20, 2024
tlrmchlsmth pushed a commit to neuralmagic/vllm that referenced this pull request Nov 23, 2024
sleepwalker2017 pushed a commit to sleepwalker2017/vllm that referenced this pull request Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants