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 a5ca48a commit 2e2df94Copy full SHA for 2e2df94
.github/workflows/cibuildwheels.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install Python
33
uses: actions/setup-python@v5
34
with:
35
- python-version: '3.10'
+ python-version: '3.11'
36
37
- name: Set up QEMU
38
if: ${{ matrix.arch == 'aarch64' }}
@@ -93,7 +93,7 @@ jobs:
93
- name: Upload wheels
94
uses: actions/upload-artifact@v4
95
96
- name: wheels-${{ matrix.os }}
+ name: wheels-${{ matrix.os }}-${{ matrix.arch }}
97
path: ./wheelhouse/*.whl
98
99
@@ -109,7 +109,7 @@ jobs:
109
- uses: actions/setup-python@v5
110
name: Setup Python
111
112
113
114
- name: Install requirements
115
run: |
0 commit comments