Setup Python environment
Version updated for https://github.com/durandtibo/setup-venv-uv-action to version v0.0.2.
- This action is used across all versions by 10 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-venv-uv-action GitHub Action automates the creation and setup of a Python virtual environment using the ultra-fast uv package manager. It simplifies and accelerates dependency installation, supports environment verification, and enables flexible configuration for custom Python versions and package setups. This action is ideal for streamlining CI workflows, ensuring consistent Python environments, and improving dependency management efficiency across different platforms.
Release notes
What’s Changed
- Add workflow to check format by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/2
- Add CI workflow by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/3
- Add script to generate Makefile by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/4
- Create test project by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/5
- Test local action by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/6
- Remove bash files are they are not necessary anymore by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/7
- Add PR template by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/8
- Add issue templates by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/9
- Add Contributor Covenant Code of Conduct by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/11
- Fix workflow name by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/12
- Fix markdown format by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/13
- Add workflow to verify workflows by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/14
- Update workflow to verify workflows by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/15
- Update workflow to verify workflows by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/16
- Update workflow to verify workflows by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/17
- Update Makefile by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/18
- Fix Makefile project name and add missing target documentation by @Copilot in https://github.com/durandtibo/setup-venv-uv-action/pull/19
- Add comprehensive documentation and inline code comments by @Copilot in https://github.com/durandtibo/setup-venv-uv-action/pull/10
- Simplify the action by removing makefile dependency by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/20
- Update documentation to clarify Makefile and invoke dependency requirements by @Copilot in https://github.com/durandtibo/setup-venv-uv-action/pull/21
- Update workflows by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/23
- Enhance .github folder documentation and repository consistency by @Copilot in https://github.com/durandtibo/setup-venv-uv-action/pull/22
- Update workflows by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/24
- Move security file by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/25
- Rename file by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/26
- Update readme by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/27
- Add
package-install-argsoption by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/28
New Contributors
- @Copilot made their first contribution in https://github.com/durandtibo/setup-venv-uv-action/pull/19
Full Changelog: https://github.com/durandtibo/setup-venv-uv-action/compare/v0.0.1...v0.0.2