Skip to content

Commit fe209b0

Browse files
committed
Fixup platform ref
1 parent f83109b commit fe209b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/builds.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ concurrency:
99

1010
jobs:
1111
wheels:
12-
name: Build Wheels - ${{ matrix.platform[0] }} - ${{ matrix.python-version[0] }}
12+
name: ${{ matrix.platform[0] }} ${{ matrix.python-version[0] }} Wheels
1313
runs-on: ${{ matrix.platform[1] }}
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version:
18-
- ["CPython 3.10", "cp310"]
19-
- ["CPython 3.11", "cp311"]
20-
- ["CPython 3.12", "cp312"]
21-
- ["CPython 3.13", "cp313"]
2217
platform:
2318
- ["Linux-x64", "ubuntu-latest"]
2419
- ["Linux-arm64", "ubuntu-24.04-arm"]
2520
- ["Windows-x64", "windows-latest"]
2621
- ["Windows-arm64", "windows-11-arm"]
2722
- ["macOS-x64", "macos-13"] # Final macOS Intel platform
2823
- ["macOS-arm64", "macos-latest"]
24+
python-version:
25+
- [ "CPython 3.10", "cp310" ]
26+
- [ "CPython 3.11", "cp311" ]
27+
- [ "CPython 3.12", "cp312" ]
28+
- [ "CPython 3.13", "cp313" ]
2929

3030
steps:
3131
- name: Checkout source
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: actions/upload-artifact@v4
4242
with:
43-
name: wheels-${{ matrix.python-version[0] }}-${{ matrix.os[0] }}
43+
name: wheels-${{ matrix.python-version[1] }}-${{ matrix.platform[0] }}
4444
path: ./wheelhouse/*.whl
4545

4646
sdist:

0 commit comments

Comments
 (0)