We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6e9d7 commit 16b7ea0Copy full SHA for 16b7ea0
1 file changed
.github/workflows/CI.yml
@@ -45,6 +45,7 @@ jobs:
45
run: |
46
python -m pip install --upgrade pip
47
pip install cibuildwheel
48
+ pip install cython twine
49
50
- name: Build Wheels
51
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments