This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-site.git
The following commit(s) were added to refs/heads/main by this push:
new 372a224a7d5 Update setup-uv
372a224a7d5 is described below
commit 372a224a7d5cafba2183c11f52299b4adb435e29
Author: Junru Shao <[email protected]>
AuthorDate: Mon Mar 23 10:04:33 2026 -0700
Update setup-uv
---
.github/workflows/publish_tvm_ffi_docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish_tvm_ffi_docs.yml
b/.github/workflows/publish_tvm_ffi_docs.yml
index 18d3bef3c05..cbc8e76b28b 100644
--- a/.github/workflows/publish_tvm_ffi_docs.yml
+++ b/.github/workflows/publish_tvm_ffi_docs.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python 3.13
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 #
v6.7.0
+ uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 #
v7.3.1
with:
python-version: 3.13
activate-environment: true