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 1f1b967 commit 6af1960Copy full SHA for 6af1960
.github/workflows/cibuildwheels.yml
@@ -57,6 +57,7 @@ jobs:
57
# Use the most recent released python
58
python-version: '3.x'
59
60
+ # For some reason, this is still needed, even when using new arm64 runners
61
- name: Set up QEMU
62
if: ${{ matrix.arch == 'aarch64' }}
63
uses: docker/setup-qemu-action@v3
@@ -77,7 +78,7 @@ jobs:
77
78
uses: actions/upload-artifact@v4
79
with:
80
name: wheels-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.p_ver }}
- path: ./wheelhouse/*.whl
81
+ path: ./dist/*.whl
82
83
84
build_sdist:
0 commit comments