We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e0e01 commit 0cc6642Copy full SHA for 0cc6642
1 file changed
.github/workflows/build.yml
@@ -226,6 +226,7 @@ jobs:
226
227
- name: Archive wheels
228
uses: actions/upload-artifact@v6
229
+ if: inputs.build_mode == 'release'
230
with:
231
name: dist-manylinux-aarch64
232
path: dist/*
@@ -300,6 +301,7 @@ jobs:
300
301
302
303
304
305
306
name: dist-${{ matrix.os }}
307
path: target/wheels/*
0 commit comments