Skip to content

Latest commit

 

History

History

setup-cibuildwheel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

setup-cibuildwheel

An action to install and configure caching for cibuildwheel

Usage

The following example yaml code will install cibuildwheel and configure caching.

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