From 0d96e154bf7fe5ecd135145f2ae484ffd4956c9f Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Sun, 25 Aug 2024 16:43:29 +0200 Subject: [PATCH] Promote eifinger/setup-uv --- 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)