We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9da638 commit e4a4758Copy full SHA for e4a4758
.github/workflows/windows-arm.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
cd local
63
cp -r "scipy_openblas${env:BUILD_BITS}" $env:BUILD_BITS
64
- 7z a ../builds/openblas32.zip -tzip openblas32
+ 7z a ../builds/openblas-${env:PLAT}-${env:INTERFACE64}.zip -tzip $env:BUILD_BITS
65
66
- name: Test 32-bit interface wheel
67
0 commit comments