File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - os : windows-2025
2828 python-version : " 3.11"
2929 target : windows-x86_64
30- - os : windows-11-arm
31- python-version : " 3.11"
32- target : windows-arm64
3330 - os : macos-14
3431 python-version : " 3.11"
3532 target : macos-arm64
4340 with :
4441 python-version : ${{ matrix.python-version }}
4542
46- - name : Pre-install ARM64 binary wheels (Windows ARM64)
47- if : matrix.target == 'windows-arm64'
48- shell : bash
49- run : |
50- # numpy<2.0 and pyarrow have no win_arm64 wheels on PyPI.
51- # Install compatible versions with pre-built wheels BEFORE the
52- # main dependency install so pip won't attempt source builds.
53- pip install --only-binary :all: "numpy>=2.0" "pyarrow>=15"
54-
5543 - name : Install build dependencies
5644 shell : bash
5745 run : |
@@ -207,7 +195,6 @@ jobs:
207195 files : |
208196 dist/linux-x86_64/cz-cli-linux-x86_64.zip
209197 dist/windows-x86_64/cz-cli-windows-x86_64.zip
210- dist/windows-arm64/cz-cli-windows-arm64.zip
211198 dist/macos-arm64/cz-cli-macos-arm64.zip
212199 dist/skills/skills.tar.gz
213200 scripts/install.sh
You can’t perform that action at this time.
0 commit comments