Skip to content

Commit de54ba2

Browse files
committed
include -> python
1 parent 68642a1 commit de54ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
permissions:
2323
contents: write
2424
env:
25-
CIBW_BUILD: ${{ matrix.cibw_build }}
25+
CIBW_BUILD: ${{ matrix.python.cibw_build }}
2626
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
2727
CIBW_ARCHS_MACOS: "x86_64 arm64"
2828
CIBW_ENABLE: cpython-freethreading
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
os: [ubuntu-latest, windows-latest, macos-latest]
3333
arch: [x86_64, aarch64]
34-
include:
34+
python:
3535
- cibw_build: "cp310-*"
3636
cibw_id: "cp310"
3737
- cibw_build: "cp311-*"
@@ -80,7 +80,7 @@ jobs:
8080
8181
- uses: actions/upload-artifact@v4
8282
with:
83-
name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.cibw_id }}
83+
name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.python.cibw_id }}
8484
path: ./wheelhouse/*
8585

8686
- name: Upload to GitHub Release

0 commit comments

Comments
 (0)