Skip to content

Commit 6af1960

Browse files
committed
Fix paths for wheels
1 parent 1f1b967 commit 6af1960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
# Use the most recent released python
5858
python-version: '3.x'
5959

60+
# For some reason, this is still needed, even when using new arm64 runners
6061
- name: Set up QEMU
6162
if: ${{ matrix.arch == 'aarch64' }}
6263
uses: docker/setup-qemu-action@v3
@@ -77,7 +78,7 @@ jobs:
7778
uses: actions/upload-artifact@v4
7879
with:
7980
name: wheels-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.p_ver }}
80-
path: ./wheelhouse/*.whl
81+
path: ./dist/*.whl
8182

8283

8384
build_sdist:

0 commit comments

Comments
 (0)