We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64bd42 commit 6ec77ccCopy full SHA for 6ec77cc
1 file changed
README.md
@@ -8,6 +8,9 @@ Set up your GitHub Actions workflow with a specific version of [rye](https://rye
8
* Optional: Cache the virtual environment created by rye
9
* Optional: Verify the checksum of the downloaded rye executable
10
11
+> [!TIP]
12
+> Want to switch to [uv](https://docs.astral.sh/uv)? Check out [eifinger/setup-uv](https://github.com/eifinger/setup-uv)
13
+
14
## Usage
15
16
Example workflow can be found [in this repo](https://github.com/eifinger/pywaze/blob/main/.github/workflows/ci.yml)
0 commit comments