Skip to content

Commit 3db7b79

Browse files
Install cibuildhweel before using it
1 parent 5fe71b8 commit 3db7b79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/reusable-build/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ inputs:
77
runs:
88
using: 'composite'
99
steps:
10+
- name: Install `cibuildwheel`
11+
shell: bash
12+
run: |
13+
pip install cibuildwheel
14+
1015
- name: Build the package for Python ${{ inputs.python-version }}
1116
shell: bash
1217
run: |

0 commit comments

Comments
 (0)