The first answer to the FAQs on this project's README suggests not to use actions/setup-python and to instead make use of uv managed Python installations.
This is in contrast the the official uv documentation about integration with GitHub workflows, which suggests to make use of actions/setup-python for a performance benefit due to the python executables being cached alongside GitHub's runners.
Please could some clarification be made either as a response in this issue, an amendment to the FAQ on the README or a change to uv's documentation to clarify whether or not actions/setup-python has any benefits or is made redundant by this project.
Many thanks.