Install Python Tools with pipx
Version updated for https://github.com/python-build-tools/pipx-install-action to version v1.3.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
pipx-install is a GitHub Action that automates the installation of Python tools using pipx, which allows users to specify tooling prerequisites needed for CI/CD operations on a Python project. It caches installed files, supports pipx’s inject operation to install plugins, and can handle various version specifiers. The action is designed to simplify setting up Python environments in GitHub Actions workflows by providing a clear and user-friendly way to manage global tools like poetry, tox, and potheoet.
What’s Changed
What’s Changed
- Bump @vercel/ncc from 0.38.4 to 0.44.1 in the npm-development group across 1 directory by @dependabot[bot] in https://github.com/python-build-tools/pipx-install-action/pull/20
- migrate to ESM and upgrade @actions/* to latest majors by @BrandonLWhite in https://github.com/python-build-tools/pipx-install-action/pull/21
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/python-build-tools/pipx-install-action/pull/20
Full Changelog: https://github.com/python-build-tools/pipx-install-action/compare/v1.2.0...v1.3.0