Skip to content

Python pipx Action

Actions
An action to run https://github.com/pypa/pipx
v1.0.2
Latest
Star (3)

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

Python pipx Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

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

Python pipx Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.