From 6ec77cc7e2cd0e27c3f8742bb9b1ae2d60368b36 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Mon, 26 Aug 2024 09:22:13 +0200 Subject: [PATCH] Promote eifinger/setup-uv (#325) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9725714..8e7acfe 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Set up your GitHub Actions workflow with a specific version of [rye](https://rye * Optional: Cache the virtual environment created by rye * Optional: Verify the checksum of the downloaded rye executable +> [!TIP] +> Want to switch to [uv](https://docs.astral.sh/uv)? Check out [eifinger/setup-uv](https://github.com/eifinger/setup-uv) + ## Usage Example workflow can be found [in this repo](https://github.com/eifinger/pywaze/blob/main/.github/workflows/ci.yml)