Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 342 Bytes

File metadata and controls

13 lines (10 loc) · 342 Bytes

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.11'