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 7eb1891 commit 5bea13fCopy full SHA for 5bea13f
.github/workflows/windows-arm.yml
@@ -15,6 +15,7 @@ env:
15
BASH_PATH: "C:\\Program Files\\Git\\bin\\bash.exe"
16
PLAT: arm64
17
INTERFACE64: 0
18
+ BUILD_BITS: 32
19
20
jobs:
21
build:
@@ -59,7 +60,8 @@ jobs:
59
60
- name: Pack
61
run: |
62
cd local
- 7z a ../builds/scipy_openblas32.zip -tzip scipy_openblas32
63
+ cp -r "scipy_openblas${$env:BUILD_BITS}" $env:BUILD_BITS
64
+ 7z a ../builds/openblas32.zip -tzip $env:BUILD_BITS
65
66
- name: Test 32-bit interface wheel
67
0 commit comments