We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4fe63 commit 2e8e93eCopy full SHA for 2e8e93e
1 file changed
docs/development.md
@@ -79,9 +79,10 @@ released we should continue building for 3.11.
79
### uv
80
81
The official `actions/setup-python` Action does not yet support riscv64 builds,
82
-so riscv64 workflows using it will generally fail. A simple workaround is to
83
-replace any usage of `actions/setup-python` in the upstream workflow with
84
-`astral-sh/setup-uv` like so:
+so workflows using it will fall back to using the host version (if one
+is present matching the `major.minor` numbering used by the workflow, e.g.
+`3.12`). A simple alternative is to replace any usage of `actions/setup-python`
85
+in the upstream workflow with `astral-sh/setup-uv` like so:
86
87
```
88
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
0 commit comments