Skip to content

Commit 9e419b5

Browse files
committed
execute install delvewheel for all win plats
1 parent 296ba0d commit 9e419b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
CIBW_BUILD_FRONTEND: ${{ matrix.cibw_build_frontend || 'pip' }}
175175
CIBW_PLATFORM: ${{ (matrix.buildplat[1] == 'pyodide_wasm32' && 'pyodide') || (matrix.buildplat[1] == 'win_arm64' && 'windows') || 'auto' }}
176176
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) || '' }}
177+
CIBW_BEFORE_BUILD_WINDOWS: 'python -m pip install delvewheel'
178178

179179
- name: Set up Python for validation/upload (non-ARM64 Windows & other OS)
180180
if: matrix.buildplat[1] != 'win_arm64'

0 commit comments

Comments
 (0)