Skip to content

Commit 0a842b2

Browse files
committed
Correctly quote echo CIBW_BUILD_FRONTEND command
1 parent 8bee350 commit 0a842b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Define CIBW_BUILD_FRONTEND environment variable
148148
if: ${{ matrix.python[0] == 'cp313t' }}
149149
run: |
150-
echo "CIBW_BUILD_FRONTEND='pip; args: --no-build-isolation'" >> "$GITHUB_ENV"
150+
echo 'CIBW_BUILD_FRONTEND="pip; args: --no-build-isolation"' >> "$GITHUB_ENV"
151151
152152
- name: Build wheels
153153
uses: pypa/[email protected]

0 commit comments

Comments
 (0)