uv/docs/guides
Ali Chaudry 7a56950bab
Update `setup-uv` docs for Github Actions integration guide (re-order python and uv setup) (#14741)
I updated the Github Actions integration guide to run Github's
`setup-python` before Astral's `setup-uv`, as `setup-uv`'s
`activate-environment: true` doesn't work with the original ordering.
There is a discussion about this behavior in the `setup-uv` repo
[here](https://github.com/astral-sh/setup-uv/issues/479).

<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

Update the documentation for the Github Actions integration. Caveat: I'm
unsure if there are any other reasons where the original ordering (that
is,`setup-uv` before `setup-python`) might be preferred.

## Test Plan

Tested in a private Github Actions push, as documented in the
aforementioned discussion on `setup-uv`'s repo. Confirmed that removing
`source .venv/bin/activate` and replacing it with `activate-environment:
true` now works in this ordering (but didn't work with the original
ordering where `uv` installs before Github's `python`).
2025-07-21 14:48:47 -05:00
..
integration Update `setup-uv` docs for Github Actions integration guide (re-order python and uv setup) (#14741) 2025-07-21 14:48:47 -05:00
migration Finish incomplete sentence in pip migration guide (#14432) 2025-07-03 01:02:17 +00:00
index.md Misc. improvements to the documentation (#11255) 2025-02-05 17:22:09 -06:00
install-python.md Stabilize addition of Python executables to the bin (#14626) 2025-07-17 17:20:21 -05:00
package.md Expand the functionality of `uv version --bump` to support pre-releases (#13578) 2025-07-10 08:45:17 -05:00
projects.md Expand the functionality of `uv version --bump` to support pre-releases (#13578) 2025-07-10 08:45:17 -05:00
scripts.md handle an existing shebang in `uv init --script` (#14141) 2025-06-19 14:47:22 -07:00
tools.md Fix and improve docs (#13620) 2025-06-10 13:15:38 -05:00