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 5bea13f commit 497f917Copy full SHA for 497f917
.github/workflows/windows-arm.yml
@@ -60,8 +60,8 @@ jobs:
60
- name: Pack
61
run: |
62
cd local
63
- cp -r "scipy_openblas${$env:BUILD_BITS}" $env:BUILD_BITS
64
- 7z a ../builds/openblas32.zip -tzip $env:BUILD_BITS
+ cp -r "scipy_openblas${env:BUILD_BITS}" $env:BUILD_BITS
+ 7z a ../builds/openblas32.zip -tzip openblas32
65
66
- name: Test 32-bit interface wheel
67
0 commit comments