Skip to content

Commit b164b83

Browse files
committed
do not upload openblas.zip artifact, no need anymore
1 parent acc498f commit b164b83

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/windows-arm.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ jobs:
3737
python-version: 3.12
3838
architecture: arm64
3939

40-
- name: Setup visual studio
41-
uses: microsoft/setup-msbuild@v2
42-
43-
- name: Download, install 7zip.
44-
run: |
45-
Invoke-WebRequest https://www.7-zip.org/a/7z2409-arm64.exe -UseBasicParsing -OutFile 7z_arm.exe
46-
Start-Process -FilePath ".\7z_arm.exe" -ArgumentList "/S" -Wait
47-
echo "C:\Program Files\7-Zip" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
48-
4940
- name: Download and install LLVM installer
5041
run: |
5142
Invoke-WebRequest https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-woa64.exe -UseBasicParsing -OutFile LLVM-woa64.exe
@@ -58,7 +49,7 @@ jobs:
5849
Invoke-WebRequest https://github.com/Kitware/CMake/releases/download/v3.29.4/cmake-3.29.4-windows-arm64.msi -OutFile cmake-arm64.msi
5950
Start-Process msiexec.exe -ArgumentList "/i cmake-arm64.msi /quiet /norestart" -Wait
6051
echo "C:\Program Files\CMake\bin" >> $env:GITHUB_PATH
61-
52+
6253
Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.13.1/ninja-winarm64.zip -OutFile ninja-winarm64.zip
6354
Expand-Archive ninja-winarm64.zip -DestinationPath ninja
6455
Copy-Item ninja\ninja.exe -Destination "C:\Windows\System32"
@@ -76,12 +67,6 @@ jobs:
7667
git submodule update --init --recursive
7768
.\tools\build_steps_win_arm64.bat 64 ${env:INTERFACE_BITS}
7869
79-
- name: Pack
80-
run: |
81-
cd local
82-
cp -r "scipy_openblas${env:INTERFACE_BITS}" $env:INTERFACE_BITS
83-
7z a ../builds/openblas-${env:PLAT}-${env:INTERFACE64}.zip -tzip $env:INTERFACE_BITS
84-
8570
- name: Test ${{ matrix.INTERFACE_BITS }}-bit interface wheel
8671
run: |
8772
python -m pip install --no-index --find-links dist scipy_openblas${env:INTERFACE_BITS}
@@ -93,11 +78,6 @@ jobs:
9378
name: wheels-${{ env.PLAT }}-${{ env.INTERFACE64 }}
9479
path: dist/scipy_openblas*.whl
9580

96-
- uses: actions/upload-artifact@v4.3.0
97-
with:
98-
name: openblas-${{ env.PLAT }}-${{ env.INTERFACE64 }}
99-
path: builds/openblas*.zip
100-
10181
- name: Install Anaconda client
10282
run: |
10383
# Rust installation needed for rpds-py.

0 commit comments

Comments
 (0)