{"id":20280328,"url":"https://github.com/yezz123/setup-uv","last_synced_at":"2025-04-11T06:35:40.074Z","repository":{"id":222911915,"uuid":"758714407","full_name":"yezz123/setup-uv","owner":"yezz123","description":"Set up your GitHub Actions workflow with a specific version of uv","archived":false,"fork":false,"pushed_at":"2025-02-11T00:02:01.000Z","size":1776,"stargazers_count":43,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T04:28:53.469Z","etag":null,"topics":["astral","dependencies","pip","ruff","uv"],"latest_commit_sha":null,"homepage":"https://github.com/astral-sh/uv","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yezz123.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-16T22:45:05.000Z","updated_at":"2025-01-02T13:31:39.000Z","dependencies_parsed_at":"2024-03-23T05:26:42.656Z","dependency_job_id":"6c1d9a41-cb63-478a-b007-de75bca7f35b","html_url":"https://github.com/yezz123/setup-uv","commit_stats":null,"previous_names":["yezz123/setup-uv"],"tags_count":5,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezz123%2Fsetup-uv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezz123%2Fsetup-uv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezz123%2Fsetup-uv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezz123%2Fsetup-uv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yezz123","download_url":"https://codeload.github.com/yezz123/setup-uv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358018,"owners_count":21090400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astral","dependencies","pip","ruff","uv"],"created_at":"2024-11-14T13:35:19.305Z","updated_at":"2025-04-11T06:35:40.036Z","avatar_url":"https://github.com/yezz123.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# setup-uv\n\n[![Build Status](https://github.com/yezz123/setup-uv/workflows/default/badge.svg)](https://github.com/yezz123/setup-uv/actions?query=workflow%3Adefault)\n\nThis action sets up a [uv](https://github.com/astral-sh/uv) for use in actions by installing a version of UV and adding to PATH. The action will fail if no matching versions are found.\n\nThis action supports versions of:\n\n- Python `\u003e=3.8`\n- uv `\u003e=0.1.2`\n\n## Usage\n\n### Install latest available version of UV\n\n```yaml\nsteps:\n  - uses: actions/checkout@v3\n  - uses: actions/setup-python@v4\n    with:\n      python-version: \"3.11\"\n  - uses: yezz123/setup-uv@v4\n  - run: uv --version\n```\n\n### Exact version of UV to install, using SemVer's version syntax\n\n```yaml\nsteps:\n  - uses: actions/checkout@v3\n  - uses: actions/setup-python@v4\n    with:\n      python-version: \"3.11\"\n  - uses: yezz123/setup-uv@v4\n    with:\n      uv-version: \"0.1.12\"\n  - run: uv --version\n```\n\n### Create and activate a virtual environment using uv\n\n```yaml\nsteps:\n  - uses: actions/checkout@v3\n  - uses: actions/setup-python@v4\n    with:\n      python-version: \"3.11\"\n  - uses: yezz123/setup-uv@v4\n    with:\n      uv-venv: \"your_venv_name\"\n  - run: uv pip install black # this command will run in the uv environment\n```\n\n## Contributing\n\n### Create issues\n\nYou can\n\u003ca href=\"https://github.com/yezz123/setup-uv/issues/new\" class=\"external-link\" target=\"_blank\"\u003ecreate\na new issue\u003c/a\u003e in the GitHub repository, for example to:\n\n- Ask a **question** or ask about a **problem**.\n- Suggest a new **feature**.\n\n**Note**: if you create an issue, then I'm going to ask you to also help others.\n😉\n\n### Create a Pull Request\n\nYou can **contribute** to the source code with Pull Requests, for\nexample:\n\n- To fix a typo you found on the documentation.\n- To propose new documentation sections.\n- To fix an existing issue/bug.\n- To add a new feature.\n\n## License 📄\n\nThis project is licensed under the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezz123%2Fsetup-uv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyezz123%2Fsetup-uv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezz123%2Fsetup-uv/lists"}