Skip to content

Commit 2e2df94

Browse files
committed
fix cibuildwheel warning and artifact naming conflict
1 parent a5ca48a commit 2e2df94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Python
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: '3.10'
35+
python-version: '3.11'
3636

3737
- name: Set up QEMU
3838
if: ${{ matrix.arch == 'aarch64' }}
@@ -93,7 +93,7 @@ jobs:
9393
- name: Upload wheels
9494
uses: actions/upload-artifact@v4
9595
with:
96-
name: wheels-${{ matrix.os }}
96+
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
9797
path: ./wheelhouse/*.whl
9898

9999

@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/setup-python@v5
110110
name: Setup Python
111111
with:
112-
python-version: '3.10'
112+
python-version: '3.11'
113113

114114
- name: Install requirements
115115
run: |

0 commit comments

Comments
 (0)