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 68642a1 commit de54ba2Copy full SHA for de54ba2
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
permissions:
23
contents: write
24
env:
25
- CIBW_BUILD: ${{ matrix.cibw_build }}
+ CIBW_BUILD: ${{ matrix.python.cibw_build }}
26
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
27
CIBW_ARCHS_MACOS: "x86_64 arm64"
28
CIBW_ENABLE: cpython-freethreading
@@ -31,7 +31,7 @@ jobs:
31
matrix:
32
os: [ubuntu-latest, windows-latest, macos-latest]
33
arch: [x86_64, aarch64]
34
- include:
+ python:
35
- cibw_build: "cp310-*"
36
cibw_id: "cp310"
37
- cibw_build: "cp311-*"
@@ -80,7 +80,7 @@ jobs:
80
81
- uses: actions/upload-artifact@v4
82
with:
83
- name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.cibw_id }}
+ name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.python.cibw_id }}
84
path: ./wheelhouse/*
85
86
- name: Upload to GitHub Release
0 commit comments