Skip to content
x

GitHub Action

Python pipx Action

v1.0.2 Latest version

Python pipx Action

x

Python pipx Action

An action to run https://github.com/pypa/pipx

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Python pipx Action

uses: CfirTsabari/actions-pipx@v1.0.2

Learn more about this action in CfirTsabari/actions-pipx

Choose a version

actions-pipx

GitHub Actions for using pipx

license release

Inspired by abatilo's poetry action.

Getting started

Create your workflow

name: CI
on: pull_request

jobs:
  ci:
    runs-on: windows-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-python@v2
        with:
          python-version: 3.9
      - name: Run image
        uses: CfirTsabari/actions-pipx@v1
      - name: Run something using pipx
        run: pipx run pycowsay

License

MIT License - CfirTsabari/actions-pipx