We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d63259 commit 3df999bCopy full SHA for 3df999b
.github/workflows/publish.yml
@@ -67,7 +67,7 @@ jobs:
67
pip install -e .
68
69
- name: Install cibuildwheel
70
- run: python -m pip install ${{ matrix.cibuildwheel }}
+ run: python -m pip install "${{ matrix.cibuildwheel }}"
71
72
- name: Build wheels
73
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments