Skip to content

Commit 3df999b

Browse files
committed
[CI] Quote pip install
1 parent 5d63259 commit 3df999b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
pip install -e .
6868

6969
- name: Install cibuildwheel
70-
run: python -m pip install ${{ matrix.cibuildwheel }}
70+
run: python -m pip install "${{ matrix.cibuildwheel }}"
7171

7272
- name: Build wheels
7373
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)