Skip to content

fix: remove hardcoded uv 0.7.2 pin in build-wheel step#503

Open
kajalj22 wants to merge 1 commit into
mainfrom
fix/uv-version-pin
Open

fix: remove hardcoded uv 0.7.2 pin in build-wheel step#503
kajalj22 wants to merge 1 commit into
mainfrom
fix/uv-version-pin

Conversation

@kajalj22

@kajalj22 kajalj22 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The build step in _build_test_publish_wheel.yml pinned uv to 0.7.2 while the test/publish step (line 303) already uses the unversioned uv/install.sh
  • Aligns both to use the latest uv installer, removing stale-version warnings and potential resolver regressions seen by downstream callers (e.g. NVIDIA-NeMo/Gym)

Test plan

  • Wheel build step installs current uv without version warnings
  • Build/test/publish flow completes successfully end-to-end

The build step pinned uv to 0.7.2 while the test/publish step already
used the unversioned installer. Align both to use the latest uv so
callers don't see stale-version warnings or resolver regressions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Kajal Jain <kajalj@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant