Use GitHub runners for x86 wheels - #5
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hf-jobs-cpu-performancetoubuntu-24.04in both the validation and publish workflows.ubuntu-24.04-arm.qwentts.cppcheckout from4536dcdce27c3764a93a06d6bf64026b124962f5to latestmaster,9dbe7ea26a01b30fccb117ae5e86807c1dc23d42.Why
The HF Jobs path is not usable for this repo right now. GitHub reports zero self-hosted runners for
andimarafioti/qwentts-cpp-python, and thev0.2.0publish run left the x86_64 CUDA 12.8 job queued onhf-jobs-cpu-performancewhile the aarch64 GitHub-hosted job completed successfully.I cancelled that stuck publish run so it does not keep blocking/noising the release state.
Validation
git ls-remote https://github.com/ServeurpersoCom/qwentts.cpp HEAD refs/heads/masterresolves latestmasterto9dbe7ea26a01b30fccb117ae5e86807c1dc23d42..github/workflows/wheels.ymland.github/workflows/publish.ymlwith PyYAML.ubuntu-24.04withbuild_jobs: "2".uv run --with pytest pytest -qgit diff --checkRelease note
After this merges, the existing
v0.2.0tag points at the old workflow commit. Since0.2.0has not been published to PyPI, the clean release path is to move/recreate thev0.2.0tag on the merged main commit and push it again, or create a newv0.2.1release if you prefer never moving tags.