Skip to content

Latest commit

 

History

History

setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

setup

An action to setup and configure caching for Python.

Usage

The following example yaml code will setup Python 3.9 environment with pip caching against setup.py and pyproject.toml files.

- name: Setup Python
  uses: actions-ext/python/setup@v1
  with:
    version: '3.9'