We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bee350 commit 0a842b2Copy full SHA for 0a842b2
.github/workflows/wheels.yml
@@ -147,7 +147,7 @@ jobs:
147
- name: Define CIBW_BUILD_FRONTEND environment variable
148
if: ${{ matrix.python[0] == 'cp313t' }}
149
run: |
150
- echo "CIBW_BUILD_FRONTEND='pip; args: --no-build-isolation'" >> "$GITHUB_ENV"
+ echo 'CIBW_BUILD_FRONTEND="pip; args: --no-build-isolation"' >> "$GITHUB_ENV"
151
152
- name: Build wheels
153
uses: pypa/cibuildwheel@v2.19.1
0 commit comments