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 296ba0d commit 9e419b5Copy full SHA for 9e419b5
.github/workflows/wheels.yml
@@ -174,7 +174,7 @@ jobs:
174
CIBW_BUILD_FRONTEND: ${{ matrix.cibw_build_frontend || 'pip' }}
175
CIBW_PLATFORM: ${{ (matrix.buildplat[1] == 'pyodide_wasm32' && 'pyodide') || (matrix.buildplat[1] == 'win_arm64' && 'windows') || 'auto' }}
176
CIBW_ARCHS: ${{ matrix.buildplat[1] == 'win_arm64' && 'ARM64' || 'auto' }}
177
- CIBW_BEFORE_BUILD_WINDOWS: ${{ matrix.buildplat[1] == 'win_arm64' && format('python -m pip install delvewheel', github.workspace) || '' }}
+ CIBW_BEFORE_BUILD_WINDOWS: 'python -m pip install delvewheel'
178
179
- name: Set up Python for validation/upload (non-ARM64 Windows & other OS)
180
if: matrix.buildplat[1] != 'win_arm64'
0 commit comments