No description
Find a file
Michaël van de Weerd a9ba196385
All checks were successful
/ tag (push) Successful in 2s
install build
2026-08-14 09:27:45 +02:00
.forgejo/workflows update repo url 2026-06-28 21:50:27 +02:00
build install build 2026-08-14 09:27:45 +02:00
venv remove installation steps and action 2026-08-13 21:34:04 +02:00
README.md update repo url 2026-06-28 21:50:27 +02:00

Python Actions

Python-related actions for Forgejo, most likely compatible with Gitea and maybe GitHub as well.

Usage

All actions are specified to have easy-to-remember URLs, that can be used in the steps of a job. For example:

# ...

jobs:
    example:
        runs-on: docker
        steps:
          - uses: https://scm.parcifal.dev/actions/python/install@v2